#641A19

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

Shades of Red Oxide #641A19

Tints of Red Oxide #641A19

Color information

#641A19 (or 0x641A19) is unknown color: approx Red Oxide. HEX triplet: 64, 1A and 19. RGB value is (100,26,25). Sum of RGB (Red+Green+Blue) = 100+26+25=151 (20% of max value = 765). Red value is 100 (39.45% from 255 or 66.23% from 151); Green value is 26 (10.55% from 255 or 17.22% from 151); Blue value is 25 (10.16% from 255 or 16.56% from 151); Max value from RGB is 100 - color contains mainly: red. Hex color #641A19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #641A19 is #9BE5E6. Grayscale: #303030. Windows color (decimal): -10216935 or 1645156. OLE color: 1645156.

HSL color Cylindrical-coordinate representation of color #641A19: hue angle of 0.8º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #641A19 is Cyan = 0, Magento = 0.74, Yellow = 0.75 and Black (K on CMYK) = 0.61.

Color convert

RGB1002625-
CMYK00.740.750.61
HSL0.8º60%24.51%-
HSV(B)0.8º75%39.22%-
XYZ5.83.521.29-
YUV48.01115.02165.08-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 66.23%
GREEN value IS 26 (10.55% from 255) = 17.22%
BLUE value IS 25 (10.16% from 255) = 16.56%
R=66.23%
G=17.22%
B=16.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.75
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100262500.740.750.610.86024.51
Hex641A1904A4B3D13c19
Octal144323101121137517431
Binary11001001101011001010010101001011111101111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,26,25); }

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

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

 a { background-color: rgb(100,26,25); }

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

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

 span { border-color: rgb(100,26,25); }

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