#571D1B

Color #571D1B Red Oxide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Oxide #571D1B

Tints of Red Oxide #571D1B

Color information

#571D1B (or 0x571D1B) is unknown color: approx Red Oxide. HEX triplet: 57, 1D and 1B. RGB value is (87,29,27). Sum of RGB (Red+Green+Blue) = 87+29+27=143 (18% of max value = 765). Red value is 87 (34.38% from 255 or 60.84% from 143); Green value is 29 (11.72% from 255 or 20.28% from 143); Blue value is 27 (10.94% from 255 or 18.88% from 143); Max value from RGB is 87 - color contains mainly: red. Hex color #571D1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571D1B is #A8E2E4. Grayscale: #2E2E2E. Windows color (decimal): -11068133 or 1776983. OLE color: 1776983.

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

Color convert

RGB872927-
CMYK00.670.690.66
HSL52.63%22.35%-
HSV(B)68.97%34.12%-
XYZ4.572.981.37-
YUV46.11117.22157.16-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 60.84%
GREEN value IS 29 (11.72% from 255) = 20.28%
BLUE value IS 27 (10.94% from 255) = 18.88%
R=60.84%
G=20.28%
B=18.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.69
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87292700.670.690.66252.6322.35
Hex571D1B043454223516
Octal1273533010310510226526
Binary1010111111011101101000011100010110000101011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571D1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #571D1B;
 }
 .AnyTagClassName
 {
   color: #571D1B;
 }
</style>
background-color css

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

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

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

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

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

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