#641B13

Color #641B13 Red Oxide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Oxide #641B13

Tints of Red Oxide #641B13

Color information

#641B13 (or 0x641B13) is unknown color: approx Red Oxide. HEX triplet: 64, 1B and 13. RGB value is (100,27,19). Sum of RGB (Red+Green+Blue) = 100+27+19=146 (19% of max value = 765). Red value is 100 (39.45% from 255 or 68.49% from 146); Green value is 27 (10.94% from 255 or 18.49% from 146); Blue value is 19 (7.81% from 255 or 13.01% from 146); Max value from RGB is 100 - color contains mainly: red. Hex color #641B13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #641B13 is #9BE4EC. Grayscale: #303030. Windows color (decimal): -10216685 or 1252196. OLE color: 1252196.

HSL color Cylindrical-coordinate representation of color #641B13: hue angle of 5.93º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #641B13 is Cyan = 0, Magento = 0.73, Yellow = 0.81 and Black (K on CMYK) = 0.61.

Color convert

RGB1002719-
CMYK00.730.810.61
HSL5.93º68.07%23.33%-
HSV(B)5.93º81%39.22%-
XYZ5.773.541-
YUV47.91111.68165.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 100 (39.45% from 255) = 68.49%
GREEN value IS 27 (10.94% from 255) = 18.49%
BLUE value IS 19 (7.81% from 255) = 13.01%
R=68.49%
G=18.49%
B=13.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.81
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100271900.730.810.615.9368.0723.33
Hex641B13049513D64417
Octal1443323011112175610427
Binary11001001101110011010010011010001111101110100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641B13; }

 p { color: rgb(100,27,19); }

 H1.HeaderClassName
 {
   color: #641B13;
 }
 .AnyTagClassName
 {
   color: #641B13;
 }
</style>
background-color css

<style>
 a { background-color: #641B13; }

 a { background-color: rgb(100,27,19); }

 div.DivClassName
 {
   background-color: #641B13;
 }
 .BgClassName
 {
   background-color: #641B13;
 }
</style>
border-color css

<style>
 span { border-color: #641B13; }

 span { border-color: rgb(100,27,19); }

 td.TdClassName
 {
   border-color: #641B13;
 }
 .TagClassName
 {
   border-color: #641B13;
 }
</style>