Html Css Color HEX #641C17 Red Oxide

📋 copy color: '#641C17'

red 100 ◦ green 28 ◦ blue 23

#641C17
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Oxide #641C17

Tints of Red Oxide #641C17

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 value IS 0

 M value IS 0.72

 Y value IS 0.77

 K value IS 0.61

RGB Variations

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

Color information

#641C17 (or 0x641C17) is known color: 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

RGB 100 28 23 -
CMYK 0 0.72 0.77 0.61
HSL 3.9º 0.63% 0.24% -
HSV(B) 3.9º 0.77% 0.39% -
XYZ 5.83 3.6 1.2 -
YUV 48.96 113.35 164.41 -
System Red Green Blue C M Y K H S L
Decimal 100 28 23 0 0.72 0.77 0.61 3.9 0.63 0.24
Hex 64 1C 17 0 48 4D 3D 4 3F 18
Octal 144 34 27 0 110 115 75 4 77 30
Binary 1100100 11100 10111 0 1001000 1001101 111101 100 111111 11000

Color Harmonies of #641C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641C17

Black with #641C17

Text Example


Text Example

White with #641C17

Text Example


Text Example

HTML Codes & Css Web 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>