Html Css Color HEX #571D14 Red Oxide

📋 copy color: '#571D14'

red 87 ◦ green 29 ◦ blue 20

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

Shades of Red Oxide #571D14

Tints of Red Oxide #571D14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 14.71%

R = 63.97%
G = 21.32%
B = 14.71%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.77

 K value IS 0.66

RGB Variations

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

Color information

#571D14 (or 0x571D14) is known color: Red Oxide. HEX triplet: 57, 1D and 14. RGB value is (87,29,20). Sum of RGB (Red+Green+Blue) = 87+29+20=136 (18% of max value = 765). Red value is 87 (34.38% from 255 or 63.97% from 136); Green value is 29 (11.72% from 255 or 21.32% from 136); Blue value is 20 (8.20% from 255 or 14.71% from 136); Max value from RGB is 87 - color contains mainly: red. Hex color #571D14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #571D14 is #A8E2EB. Grayscale: #2D2D2D. Windows color (decimal): -11068140 or 1318231. OLE color: 1318231.

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

Color convert

RGB 87 29 20 -
CMYK 0 0.67 0.77 0.66
HSL 8.06º 0.63% 0.21% -
HSV(B) 8.06º 0.77% 0.34% -
XYZ 4.5 2.96 1 -
YUV 45.32 113.72 157.73 -
System Red Green Blue C M Y K H S L
Decimal 87 29 20 0 0.67 0.77 0.66 8.06 0.63 0.21
Hex 57 1D 14 0 43 4D 42 8 3F 15
Octal 127 35 24 0 103 115 102 10 77 25
Binary 1010111 11101 10100 0 1000011 1001101 1000010 1000 111111 10101

Color Harmonies of #571D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571D14

Black with #571D14

Text Example


Text Example

White with #571D14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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