Html Css Color HEX #571913 Red Oxide

📋 copy color: '#571913'

red 87 ◦ green 25 ◦ blue 19

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

Shades of Red Oxide #571913

Tints of Red Oxide #571913

RGB

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

 GREEN value IS 25 (10.16% from 255) = 19.08%

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

R = 66.41%
G = 19.08%
B = 14.5%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.78

 K value IS 0.66

RGB Variations

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

Color information

#571913 (or 0x571913) is known color: Red Oxide. HEX triplet: 57, 19 and 13. RGB value is (87,25,19). Sum of RGB (Red+Green+Blue) = 87+25+19=131 (17% of max value = 765). Red value is 87 (34.38% from 255 or 66.41% from 131); Green value is 25 (10.16% from 255 or 19.08% from 131); Blue value is 19 (7.81% from 255 or 14.50% from 131); Max value from RGB is 87 - color contains mainly: red. Hex color #571913 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571913 is #A8E6EC. Grayscale: #2A2A2A. Windows color (decimal): -11069165 or 1251671. OLE color: 1251671.

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

Color convert

RGB 87 25 19 -
CMYK 0 0.71 0.78 0.66
HSL 5.29º 0.64% 0.21% -
HSV(B) 5.29º 0.78% 0.34% -
XYZ 4.4 2.77 0.92 -
YUV 42.85 114.54 159.49 -
System Red Green Blue C M Y K H S L
Decimal 87 25 19 0 0.71 0.78 0.66 5.29 0.64 0.21
Hex 57 19 13 0 47 4E 42 5 40 15
Octal 127 31 23 0 107 116 102 5 100 25
Binary 1010111 11001 10011 0 1000111 1001110 1000010 101 1000000 10101

Color Harmonies of #571913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571913

Black with #571913

Text Example


Text Example

White with #571913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571913; }

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

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

background-color css

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

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

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

border-color css

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

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

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