#641C17

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

Shades of Red Oxide #641C17

Tints of Red Oxide #641C17

Color information

#641C17 (or 0x641C17) is unknown color: approx Red Oxide. HEX triplet: 64, 1C and 17. RGB value is (100,28,23). Sum of RGB (Red+Green+Blue) = 100+28+23=151 (20% of max value = 765). Red value is 100 (39.45% from 255 or 66.23% from 151); Green value is 28 (11.33% from 255 or 18.54% from 151); Blue value is 23 (9.38% from 255 or 15.23% from 151); Max value from RGB is 100 - color contains mainly: red. Hex color #641C17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #641C17 is #9BE3E8. Grayscale: #313131. Windows color (decimal): -10216425 or 1514596. OLE color: 1514596.

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

Color convert

RGB1002823-
CMYK00.720.770.61
HSL3.9º62.6%24.12%-
HSV(B)3.9º77%39.22%-
XYZ5.833.61.2-
YUV48.96113.35164.41-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 66.23%
GREEN value IS 28 (11.33% from 255) = 18.54%
BLUE value IS 23 (9.38% from 255) = 15.23%
R=66.23%
G=18.54%
B=15.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.77
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100282300.720.770.613.962.624.12
Hex641C170484D3D43f18
Octal144342701101157547730
Binary1100100111001011101001000100110111110110011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641C17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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