Html Css Color HEX #641711 Red Oxide

📋 copy color: '#641711'

red 100 ◦ green 23 ◦ blue 17

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

Shades of Red Oxide #641711

Tints of Red Oxide #641711

RGB

 RED value IS 100 (39.45% from 255) = 71.43%

 GREEN value IS 23 (9.38% from 255) = 16.43%

 BLUE value IS 17 (7.03% from 255) = 12.14%

R = 71.43%
G = 16.43%
B = 12.14%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.83

 K value IS 0.61

RGB Variations

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

Color information

#641711 (or 0x641711) is known color: Red Oxide. HEX triplet: 64, 17 and 11. RGB value is (100,23,17). Sum of RGB (Red+Green+Blue) = 100+23+17=140 (18% of max value = 765). Red value is 100 (39.45% from 255 or 71.43% from 140); Green value is 23 (9.38% from 255 or 16.43% from 140); Blue value is 17 (7.03% from 255 or 12.14% from 140); Max value from RGB is 100 - color contains mainly: red. Hex color #641711 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #641711 is #9BE8EE. Grayscale: #2D2D2D. Windows color (decimal): -10217711 or 1120100. OLE color: 1120100.

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

Color convert

RGB 100 23 17 -
CMYK 0 0.77 0.83 0.61
HSL 4.34º 0.71% 0.23% -
HSV(B) 4.34º 0.83% 0.39% -
XYZ 5.66 3.36 0.88 -
YUV 45.34 112.01 166.99 -
System Red Green Blue C M Y K H S L
Decimal 100 23 17 0 0.77 0.83 0.61 4.34 0.71 0.23
Hex 64 17 11 0 4D 53 3D 4 47 17
Octal 144 27 21 0 115 123 75 4 107 27
Binary 1100100 10111 10001 0 1001101 1010011 111101 100 1000111 10111

Color Harmonies of #641711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641711

Black with #641711

Text Example


Text Example

White with #641711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641711; }

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

 H1.HeaderClassName
 {
   color: #641711;
 }
 .AnyTagClassName
 {
   color: #641711;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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