#571B10

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

Shades of Red Oxide #571B10

Tints of Red Oxide #571B10

Color information

#571B10 (or 0x571B10) is unknown color: approx Red Oxide. HEX triplet: 57, 1B and 10. RGB value is (87,27,16). Sum of RGB (Red+Green+Blue) = 87+27+16=130 (17% of max value = 765). Red value is 87 (34.38% from 255 or 66.92% from 130); Green value is 27 (10.94% from 255 or 20.77% from 130); Blue value is 16 (6.64% from 255 or 12.31% from 130); Max value from RGB is 87 - color contains mainly: red. Hex color #571B10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #571B10 is #A8E4EF. Grayscale: #2B2B2B. Windows color (decimal): -11068656 or 1055575. OLE color: 1055575.

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

Color convert

RGB872716-
CMYK00.690.820.66
HSL9.3º68.93%20.2%-
HSV(B)9.3º81.61%34.12%-
XYZ4.422.850.81-
YUV43.69112.38158.89-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 66.92%
GREEN value IS 27 (10.94% from 255) = 20.77%
BLUE value IS 16 (6.64% from 255) = 12.31%
R=66.92%
G=20.77%
B=12.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.82
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87271600.690.820.669.368.9320.2
Hex571B10045524294514
Octal127332001051221021110524
Binary1010111110111000001000101101001010000101001100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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