Html Css Color HEX #571513 Red Oxide

📋 copy color: '#571513'

red 87 ◦ green 21 ◦ blue 19

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

Shades of Red Oxide #571513

Tints of Red Oxide #571513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 14.96%

R = 68.5%
G = 16.54%
B = 14.96%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.78

 K value IS 0.66

RGB Variations

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

Color information

#571513 (or 0x571513) is known color: Red Oxide. HEX triplet: 57, 15 and 13. RGB value is (87,21,19). Sum of RGB (Red+Green+Blue) = 87+21+19=127 (16% of max value = 765). Red value is 87 (34.38% from 255 or 68.50% from 127); Green value is 21 (8.59% from 255 or 16.54% from 127); Blue value is 19 (7.81% from 255 or 14.96% from 127); Max value from RGB is 87 - color contains mainly: red. Hex color #571513 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571513 is #A8EAEC. Grayscale: #282828. Windows color (decimal): -11070189 or 1250647. OLE color: 1250647.

HSL color Cylindrical-coordinate representation of color #571513: hue angle of 1.76º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #571513 is Cyan = 0, Magento = 0.76, Yellow = 0.78 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 21 19 -
CMYK 0 0.76 0.78 0.66
HSL 1.76º 0.64% 0.21% -
HSV(B) 1.76º 0.78% 0.34% -
XYZ 4.32 2.61 0.89 -
YUV 40.51 115.87 161.16 -
System Red Green Blue C M Y K H S L
Decimal 87 21 19 0 0.76 0.78 0.66 1.76 0.64 0.21
Hex 57 15 13 0 4C 4E 42 2 40 15
Octal 127 25 23 0 114 116 102 2 100 25
Binary 1010111 10101 10011 0 1001100 1001110 1000010 10 1000000 10101

Color Harmonies of #571513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571513

Black with #571513

Text Example


Text Example

White with #571513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571513; }

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

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

background-color css

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

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

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

border-color css

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

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

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