Html Css Color HEX #571813 Red Oxide

📋 copy color: '#571813'

red 87 ◦ green 24 ◦ blue 19

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

Shades of Red Oxide #571813

Tints of Red Oxide #571813

RGB

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

 GREEN value IS 24 (9.77% from 255) = 18.46%

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

R = 66.92%
G = 18.46%
B = 14.62%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.78

 K value IS 0.66

RGB Variations

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

Color information

#571813 (or 0x571813) is known color: Red Oxide. HEX triplet: 57, 18 and 13. RGB value is (87,24,19). Sum of RGB (Red+Green+Blue) = 87+24+19=130 (17% of max value = 765). Red value is 87 (34.38% from 255 or 66.92% from 130); Green value is 24 (9.77% from 255 or 18.46% from 130); Blue value is 19 (7.81% from 255 or 14.62% from 130); Max value from RGB is 87 - color contains mainly: red. Hex color #571813 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571813 is #A8E7EC. Grayscale: #2A2A2A. Windows color (decimal): -11069421 or 1251415. OLE color: 1251415.

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

Color convert

RGB 87 24 19 -
CMYK 0 0.72 0.78 0.66
HSL 4.41º 0.64% 0.21% -
HSV(B) 4.41º 0.78% 0.34% -
XYZ 4.37 2.73 0.91 -
YUV 42.27 114.87 159.91 -
System Red Green Blue C M Y K H S L
Decimal 87 24 19 0 0.72 0.78 0.66 4.41 0.64 0.21
Hex 57 18 13 0 48 4E 42 4 40 15
Octal 127 30 23 0 110 116 102 4 100 25
Binary 1010111 11000 10011 0 1001000 1001110 1000010 100 1000000 10101

Color Harmonies of #571813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571813

Black with #571813

Text Example


Text Example

White with #571813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571813; }

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

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

background-color css

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

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

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

border-color css

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

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

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