Html Css Color HEX #571712 Red Oxide

📋 copy color: '#571712'

red 87 ◦ green 23 ◦ blue 18

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

Shades of Red Oxide #571712

Tints of Red Oxide #571712

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 14.06%

R = 67.97%
G = 17.97%
B = 14.06%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.79

 K value IS 0.66

RGB Variations

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

Color information

#571712 (or 0x571712) is known color: Red Oxide. HEX triplet: 57, 17 and 12. RGB value is (87,23,18). Sum of RGB (Red+Green+Blue) = 87+23+18=128 (16% of max value = 765). Red value is 87 (34.38% from 255 or 67.97% from 128); Green value is 23 (9.38% from 255 or 17.97% from 128); Blue value is 18 (7.42% from 255 or 14.06% from 128); Max value from RGB is 87 - color contains mainly: red. Hex color #571712 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571712 is #A8E8ED. Grayscale: #292929. Windows color (decimal): -11069678 or 1185623. OLE color: 1185623.

HSL color Cylindrical-coordinate representation of color #571712: hue angle of 4.35º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #571712 is Cyan = 0, Magento = 0.74, Yellow = 0.79 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 23 18 -
CMYK 0 0.74 0.79 0.66
HSL 4.35º 0.66% 0.21% -
HSV(B) 4.35º 0.79% 0.34% -
XYZ 4.35 2.68 0.86 -
YUV 41.57 114.7 160.41 -
System Red Green Blue C M Y K H S L
Decimal 87 23 18 0 0.74 0.79 0.66 4.35 0.66 0.21
Hex 57 17 12 0 4A 4F 42 4 42 15
Octal 127 27 22 0 112 117 102 4 102 25
Binary 1010111 10111 10010 0 1001010 1001111 1000010 100 1000010 10101

Color Harmonies of #571712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571712

Black with #571712

Text Example


Text Example

White with #571712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571712; }

 p { color: rgb(87,23,18); }

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

background-color css

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

 a { background-color: rgb(87,23,18); }

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

border-color css

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

 span { border-color: rgb(87,23,18); }

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