#641917

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

Shades of Red Oxide #641917

Tints of Red Oxide #641917

Color information

#641917 (or 0x641917) is unknown color: approx Red Oxide. HEX triplet: 64, 19 and 17. RGB value is (100,25,23). Sum of RGB (Red+Green+Blue) = 100+25+23=148 (19% of max value = 765). Red value is 100 (39.45% from 255 or 67.57% from 148); Green value is 25 (10.16% from 255 or 16.89% from 148); Blue value is 23 (9.38% from 255 or 15.54% from 148); Max value from RGB is 100 - color contains mainly: red. Hex color #641917 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #641917 is #9BE6E8. Grayscale: #2F2F2F. Windows color (decimal): -10217193 or 1513828. OLE color: 1513828.

HSL color Cylindrical-coordinate representation of color #641917: hue angle of 1.56º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #641917 is Cyan = 0, Magento = 0.75, Yellow = 0.77 and Black (K on CMYK) = 0.61.

Color convert

RGB1002523-
CMYK00.750.770.61
HSL1.56º62.6%24.12%-
HSV(B)1.56º77%39.22%-
XYZ5.763.471.18-
YUV47.2114.35165.66-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 67.57%
GREEN value IS 25 (10.16% from 255) = 16.89%
BLUE value IS 23 (9.38% from 255) = 15.54%
R=67.57%
G=16.89%
B=15.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.77
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100252300.750.770.611.5662.624.12
Hex64191704B4D3D23f18
Octal144312701131157527730
Binary110010011001101110100101110011011111011011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641917; }

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

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

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

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

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

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

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

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