Html Css Color HEX #571D1A Red Oxide

📋 copy color: '#571D1A'

red 87 ◦ green 29 ◦ blue 26

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

Shades of Red Oxide #571D1A

Tints of Red Oxide #571D1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 18.31%

R = 61.27%
G = 20.42%
B = 18.31%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.70

 K value IS 0.66

RGB Variations

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

Color information

#571D1A (or 0x571D1A) is known color: Red Oxide. HEX triplet: 57, 1D and 1A. RGB value is (87,29,26). Sum of RGB (Red+Green+Blue) = 87+29+26=142 (18% of max value = 765). Red value is 87 (34.38% from 255 or 61.27% from 142); Green value is 29 (11.72% from 255 or 20.42% from 142); Blue value is 26 (10.55% from 255 or 18.31% from 142); Max value from RGB is 87 - color contains mainly: red. Hex color #571D1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571D1A is #A8E2E5. Grayscale: #2E2E2E. Windows color (decimal): -11068134 or 1711447. OLE color: 1711447.

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

Color convert

RGB 87 29 26 -
CMYK 0 0.67 0.70 0.66
HSL 2.95º 0.54% 0.22% -
HSV(B) 2.95º 0.7% 0.34% -
XYZ 4.56 2.98 1.31 -
YUV 46 116.72 157.24 -
System Red Green Blue C M Y K H S L
Decimal 87 29 26 0 0.67 0.70 0.66 2.95 0.54 0.22
Hex 57 1D 1A 0 43 46 42 3 36 16
Octal 127 35 32 0 103 106 102 3 66 26
Binary 1010111 11101 11010 0 1000011 1000110 1000010 11 110110 10110

Color Harmonies of #571D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571D1A

Black with #571D1A

Text Example


Text Example

White with #571D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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