Html Css Color HEX #571D19 Red Oxide

📋 copy color: '#571D19'

red 87 ◦ green 29 ◦ blue 25

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

Shades of Red Oxide #571D19

Tints of Red Oxide #571D19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 17.73%

R = 61.7%
G = 20.57%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.71

 K value IS 0.66

RGB Variations

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

Color information

#571D19 (or 0x571D19) is known color: Red Oxide. HEX triplet: 57, 1D and 19. RGB value is (87,29,25). Sum of RGB (Red+Green+Blue) = 87+29+25=141 (18% of max value = 765). Red value is 87 (34.38% from 255 or 61.70% from 141); Green value is 29 (11.72% from 255 or 20.57% from 141); Blue value is 25 (10.16% from 255 or 17.73% from 141); Max value from RGB is 87 - color contains mainly: red. Hex color #571D19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #571D19 is #A8E2E6. Grayscale: #2D2D2D. Windows color (decimal): -11068135 or 1645911. OLE color: 1645911.

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

Color convert

RGB 87 29 25 -
CMYK 0 0.67 0.71 0.66
HSL 3.87º 0.55% 0.22% -
HSV(B) 3.87º 0.71% 0.34% -
XYZ 4.55 2.98 1.25 -
YUV 45.89 116.22 157.33 -
System Red Green Blue C M Y K H S L
Decimal 87 29 25 0 0.67 0.71 0.66 3.87 0.55 0.22
Hex 57 1D 19 0 43 47 42 4 37 16
Octal 127 35 31 0 103 107 102 4 67 26
Binary 1010111 11101 11001 0 1000011 1000111 1000010 100 110111 10110

Color Harmonies of #571D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571D19

Black with #571D19

Text Example


Text Example

White with #571D19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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