#641A17

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

Shades of Red Oxide #641A17

Tints of Red Oxide #641A17

Color information

#641A17 (or 0x641A17) is unknown color: approx Red Oxide. HEX triplet: 64, 1A and 17. RGB value is (100,26,23). Sum of RGB (Red+Green+Blue) = 100+26+23=149 (19% of max value = 765). Red value is 100 (39.45% from 255 or 67.11% from 149); Green value is 26 (10.55% from 255 or 17.45% from 149); Blue value is 23 (9.38% from 255 or 15.44% from 149); Max value from RGB is 100 - color contains mainly: red. Hex color #641A17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #641A17 is #9BE5E8. Grayscale: #2F2F2F. Windows color (decimal): -10216937 or 1514084. OLE color: 1514084.

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

Color convert

RGB1002623-
CMYK00.740.770.61
HSL2.34º62.6%24.12%-
HSV(B)2.34º77%39.22%-
XYZ5.783.511.18-
YUV47.78114.02165.24-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 67.11%
GREEN value IS 26 (10.55% from 255) = 17.45%
BLUE value IS 23 (9.38% from 255) = 15.44%
R=67.11%
G=17.45%
B=15.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.77
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100262300.740.770.612.3462.624.12
Hex641A1704A4D3D23f18
Octal144322701121157527730
Binary110010011010101110100101010011011111011011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641A17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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