Html Css Color HEX #571C16 Red Oxide

📋 copy color: '#571C16'

red 87 ◦ green 28 ◦ blue 22

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

Shades of Red Oxide #571C16

Tints of Red Oxide #571C16

RGB

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

 GREEN value IS 28 (11.33% from 255) = 20.44%

 BLUE value IS 22 (8.98% from 255) = 16.06%

R = 63.5%
G = 20.44%
B = 16.06%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.75

 K value IS 0.66

RGB Variations

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

Color information

#571C16 (or 0x571C16) is known color: Red Oxide. HEX triplet: 57, 1C and 16. RGB value is (87,28,22). Sum of RGB (Red+Green+Blue) = 87+28+22=137 (18% of max value = 765). Red value is 87 (34.38% from 255 or 63.50% from 137); Green value is 28 (11.33% from 255 or 20.44% from 137); Blue value is 22 (8.98% from 255 or 16.06% from 137); Max value from RGB is 87 - color contains mainly: red. Hex color #571C16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #571C16 is #A8E3E9. Grayscale: #2D2D2D. Windows color (decimal): -11068394 or 1449047. OLE color: 1449047.

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

Color convert

RGB 87 28 22 -
CMYK 0 0.68 0.75 0.66
HSL 5.54º 0.6% 0.21% -
HSV(B) 5.54º 0.75% 0.34% -
XYZ 4.49 2.91 1.08 -
YUV 44.96 115.05 157.99 -
System Red Green Blue C M Y K H S L
Decimal 87 28 22 0 0.68 0.75 0.66 5.54 0.6 0.21
Hex 57 1C 16 0 44 4B 42 6 3C 15
Octal 127 34 26 0 104 113 102 6 74 25
Binary 1010111 11100 10110 0 1000100 1001011 1000010 110 111100 10101

Color Harmonies of #571C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571C16

Black with #571C16

Text Example


Text Example

White with #571C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571C16; }

 p { color: rgb(87,28,22); }

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

background-color css

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

 a { background-color: rgb(87,28,22); }

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

border-color css

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

 span { border-color: rgb(87,28,22); }

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