Html Css Color HEX #571413 Red Oxide

📋 copy color: '#571413'

red 87 ◦ green 20 ◦ blue 19

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

Shades of Red Oxide #571413

Tints of Red Oxide #571413

RGB

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

 GREEN value IS 20 (8.2% from 255) = 15.87%

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

R = 69.05%
G = 15.87%
B = 15.08%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.78

 K value IS 0.66

RGB Variations

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

Color information

#571413 (or 0x571413) is known color: Red Oxide. HEX triplet: 57, 14 and 13. RGB value is (87,20,19). Sum of RGB (Red+Green+Blue) = 87+20+19=126 (16% of max value = 765). Red value is 87 (34.38% from 255 or 69.05% from 126); Green value is 20 (8.20% from 255 or 15.87% from 126); Blue value is 19 (7.81% from 255 or 15.08% from 126); Max value from RGB is 87 - color contains mainly: red. Hex color #571413 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571413 is #A8EBEC. Grayscale: #272727. Windows color (decimal): -11070445 or 1250391. OLE color: 1250391.

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

Color convert

RGB 87 20 19 -
CMYK 0 0.77 0.78 0.66
HSL 0.88º 0.64% 0.21% -
HSV(B) 0.88º 0.78% 0.34% -
XYZ 4.3 2.57 0.89 -
YUV 39.92 116.2 161.58 -
System Red Green Blue C M Y K H S L
Decimal 87 20 19 0 0.77 0.78 0.66 0.88 0.64 0.21
Hex 57 14 13 0 4D 4E 42 1 40 15
Octal 127 24 23 0 115 116 102 1 100 25
Binary 1010111 10100 10011 0 1001101 1001110 1000010 1 1000000 10101

Color Harmonies of #571413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571413

Black with #571413

Text Example


Text Example

White with #571413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571413; }

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

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

background-color css

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

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

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

border-color css

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

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

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