Html Css Color HEX #571511 Red Oxide

📋 copy color: '#571511'

red 87 ◦ green 21 ◦ blue 17

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

Shades of Red Oxide #571511

Tints of Red Oxide #571511

RGB

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

 GREEN value IS 21 (8.59% from 255) = 16.8%

 BLUE value IS 17 (7.03% from 255) = 13.6%

R = 69.6%
G = 16.8%
B = 13.6%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.80

 K value IS 0.66

RGB Variations

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

Color information

#571511 (or 0x571511) is known color: Red Oxide. HEX triplet: 57, 15 and 11. RGB value is (87,21,17). Sum of RGB (Red+Green+Blue) = 87+21+17=125 (16% of max value = 765). Red value is 87 (34.38% from 255 or 69.6% from 125); Green value is 21 (8.59% from 255 or 16.8% from 125); Blue value is 17 (7.03% from 255 or 13.6% from 125); Max value from RGB is 87 - color contains mainly: red. Hex color #571511 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571511 is #A8EAEE. Grayscale: #282828. Windows color (decimal): -11070191 or 1119575. OLE color: 1119575.

HSL color Cylindrical-coordinate representation of color #571511: hue angle of 3.43º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #571511 is Cyan = 0, Magento = 0.76, Yellow = 0.80 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 21 17 -
CMYK 0 0.76 0.80 0.66
HSL 3.43º 0.67% 0.2% -
HSV(B) 3.43º 0.8% 0.34% -
XYZ 4.3 2.6 0.81 -
YUV 40.28 114.87 161.33 -
System Red Green Blue C M Y K H S L
Decimal 87 21 17 0 0.76 0.80 0.66 3.43 0.67 0.2
Hex 57 15 11 0 4C 50 42 3 43 14
Octal 127 25 21 0 114 120 102 3 103 24
Binary 1010111 10101 10001 0 1001100 1010000 1000010 11 1000011 10100

Color Harmonies of #571511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571511

Black with #571511

Text Example


Text Example

White with #571511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571511; }

 p { color: rgb(87,21,17); }

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

background-color css

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

 a { background-color: rgb(87,21,17); }

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

border-color css

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

 span { border-color: rgb(87,21,17); }

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