Html Css Color HEX #571918 Red Oxide

📋 copy color: '#571918'

red 87 ◦ green 25 ◦ blue 24

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

Shades of Red Oxide #571918

Tints of Red Oxide #571918

RGB

 RED value IS 87 (34.38% from 255) = 63.97%

 GREEN value IS 25 (10.16% from 255) = 18.38%

 BLUE value IS 24 (9.77% from 255) = 17.65%

R = 63.97%
G = 18.38%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.72

 K value IS 0.66

RGB Variations

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

Color information

#571918 (or 0x571918) is known color: Red Oxide. HEX triplet: 57, 19 and 18. RGB value is (87,25,24). Sum of RGB (Red+Green+Blue) = 87+25+24=136 (18% of max value = 765). Red value is 87 (34.38% from 255 or 63.97% from 136); Green value is 25 (10.16% from 255 or 18.38% from 136); Blue value is 24 (9.77% from 255 or 17.65% from 136); Max value from RGB is 87 - color contains mainly: red. Hex color #571918 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571918 is #A8E6E7. Grayscale: #2B2B2B. Windows color (decimal): -11069160 or 1579351. OLE color: 1579351.

HSL color Cylindrical-coordinate representation of color #571918: hue angle of 0.95º degrees, saturation: 0.57, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #571918 is Cyan = 0, Magento = 0.71, Yellow = 0.72 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 25 24 -
CMYK 0 0.71 0.72 0.66
HSL 0.95º 0.57% 0.22% -
HSV(B) 0.95º 0.72% 0.34% -
XYZ 4.44 2.79 1.17 -
YUV 43.42 117.04 159.08 -
System Red Green Blue C M Y K H S L
Decimal 87 25 24 0 0.71 0.72 0.66 0.95 0.57 0.22
Hex 57 19 18 0 47 48 42 1 39 16
Octal 127 31 30 0 107 110 102 1 71 26
Binary 1010111 11001 11000 0 1000111 1001000 1000010 1 111001 10110

Color Harmonies of #571918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571918

Black with #571918

Text Example


Text Example

White with #571918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571918; }

 p { color: rgb(87,25,24); }

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

background-color css

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

 a { background-color: rgb(87,25,24); }

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

border-color css

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

 span { border-color: rgb(87,25,24); }

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