Html Css Color HEX #571310 Red Oxide

📋 copy color: '#571310'

red 87 ◦ green 19 ◦ blue 16

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

Shades of Red Oxide #571310

Tints of Red Oxide #571310

RGB

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

 GREEN value IS 19 (7.81% from 255) = 15.57%

 BLUE value IS 16 (6.64% from 255) = 13.11%

R = 71.31%
G = 15.57%
B = 13.11%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.82

 K value IS 0.66

RGB Variations

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

Color information

#571310 (or 0x571310) is known color: Red Oxide. HEX triplet: 57, 13 and 10. RGB value is (87,19,16). Sum of RGB (Red+Green+Blue) = 87+19+16=122 (16% of max value = 765). Red value is 87 (34.38% from 255 or 71.31% from 122); Green value is 19 (7.81% from 255 or 15.57% from 122); Blue value is 16 (6.64% from 255 or 13.11% from 122); Max value from RGB is 87 - color contains mainly: red. Hex color #571310 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571310 is #A8ECEF. Grayscale: #272727. Windows color (decimal): -11070704 or 1053527. OLE color: 1053527.

HSL color Cylindrical-coordinate representation of color #571310: hue angle of 2.54º 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 #571310 is Cyan = 0, Magento = 0.78, Yellow = 0.82 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 19 16 -
CMYK 0 0.78 0.82 0.66
HSL 2.54º 0.69% 0.2% -
HSV(B) 2.54º 0.82% 0.34% -
XYZ 4.26 2.53 0.75 -
YUV 38.99 115.03 162.24 -
System Red Green Blue C M Y K H S L
Decimal 87 19 16 0 0.78 0.82 0.66 2.54 0.69 0.2
Hex 57 13 10 0 4E 52 42 3 45 14
Octal 127 23 20 0 116 122 102 3 105 24
Binary 1010111 10011 10000 0 1001110 1010010 1000010 11 1000101 10100

Color Harmonies of #571310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571310

Black with #571310

Text Example


Text Example

White with #571310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571310; }

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

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

background-color css

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

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

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

border-color css

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

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

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