Html Css Color HEX #571D16 Red Oxide

📋 copy color: '#571D16'

red 87 ◦ green 29 ◦ blue 22

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

Shades of Red Oxide #571D16

Tints of Red Oxide #571D16

RGB

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

 GREEN value IS 29 (11.72% from 255) = 21.01%

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

R = 63.04%
G = 21.01%
B = 15.94%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.75

 K value IS 0.66

RGB Variations

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

Color information

#571D16 (or 0x571D16) is known color: Red Oxide. HEX triplet: 57, 1D and 16. RGB value is (87,29,22). Sum of RGB (Red+Green+Blue) = 87+29+22=138 (18% of max value = 765). Red value is 87 (34.38% from 255 or 63.04% from 138); Green value is 29 (11.72% from 255 or 21.01% from 138); Blue value is 22 (8.98% from 255 or 15.94% from 138); Max value from RGB is 87 - color contains mainly: red. Hex color #571D16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #571D16 is #A8E2E9. Grayscale: #2D2D2D. Windows color (decimal): -11068138 or 1449303. OLE color: 1449303.

HSL color Cylindrical-coordinate representation of color #571D16: hue angle of 6.46º 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 #571D16 is Cyan = 0, Magento = 0.67, Yellow = 0.75 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 29 22 -
CMYK 0 0.67 0.75 0.66
HSL 6.46º 0.6% 0.21% -
HSV(B) 6.46º 0.75% 0.34% -
XYZ 4.51 2.96 1.09 -
YUV 45.54 114.72 157.57 -
System Red Green Blue C M Y K H S L
Decimal 87 29 22 0 0.67 0.75 0.66 6.46 0.6 0.21
Hex 57 1D 16 0 43 4B 42 6 3C 15
Octal 127 35 26 0 103 113 102 6 74 25
Binary 1010111 11101 10110 0 1000011 1001011 1000010 110 111100 10101

Color Harmonies of #571D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571D16

Black with #571D16

Text Example


Text Example

White with #571D16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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