#641E17

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

Shades of Red Oxide #641E17

Tints of Red Oxide #641E17

Color information

#641E17 (or 0x641E17) is unknown color: approx Red Oxide. HEX triplet: 64, 1E and 17. RGB value is (100,30,23). Sum of RGB (Red+Green+Blue) = 100+30+23=153 (20% of max value = 765). Red value is 100 (39.45% from 255 or 65.36% from 153); Green value is 30 (12.11% from 255 or 19.61% from 153); Blue value is 23 (9.38% from 255 or 15.03% from 153); Max value from RGB is 100 - color contains mainly: red. Hex color #641E17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #641E17 is #9BE1E8. Grayscale: #323232. Windows color (decimal): -10215913 or 1515108. OLE color: 1515108.

HSL color Cylindrical-coordinate representation of color #641E17: hue angle of 5.45º 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 #641E17 is Cyan = 0, Magento = 0.70, Yellow = 0.77 and Black (K on CMYK) = 0.61.

Color convert

RGB1003023-
CMYK00.700.770.61
HSL5.45º62.6%24.12%-
HSV(B)5.45º77%39.22%-
XYZ5.873.71.22-
YUV50.13112.69163.57-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 65.36%
GREEN value IS 30 (12.11% from 255) = 19.61%
BLUE value IS 23 (9.38% from 255) = 15.03%
R=65.36%
G=19.61%
B=15.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.77
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100302300.700.770.615.4562.624.12
Hex641E170464D3D53f18
Octal144362701061157557730
Binary1100100111101011101000110100110111110110111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641E17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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