Html Css Color HEX #571713 Red Oxide

📋 copy color: '#571713'

red 87 ◦ green 23 ◦ blue 19

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

Shades of Red Oxide #571713

Tints of Red Oxide #571713

RGB

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

 GREEN value IS 23 (9.38% from 255) = 17.83%

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

R = 67.44%
G = 17.83%
B = 14.73%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.78

 K value IS 0.66

RGB Variations

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

Color information

#571713 (or 0x571713) is known color: Red Oxide. HEX triplet: 57, 17 and 13. RGB value is (87,23,19). Sum of RGB (Red+Green+Blue) = 87+23+19=129 (17% of max value = 765). Red value is 87 (34.38% from 255 or 67.44% from 129); Green value is 23 (9.38% from 255 or 17.83% from 129); Blue value is 19 (7.81% from 255 or 14.73% from 129); Max value from RGB is 87 - color contains mainly: red. Hex color #571713 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571713 is #A8E8EC. Grayscale: #292929. Windows color (decimal): -11069677 or 1251159. OLE color: 1251159.

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

Color convert

RGB 87 23 19 -
CMYK 0 0.74 0.78 0.66
HSL 3.53º 0.64% 0.21% -
HSV(B) 3.53º 0.78% 0.34% -
XYZ 4.35 2.69 0.91 -
YUV 41.68 115.2 160.33 -
System Red Green Blue C M Y K H S L
Decimal 87 23 19 0 0.74 0.78 0.66 3.53 0.64 0.21
Hex 57 17 13 0 4A 4E 42 4 40 15
Octal 127 27 23 0 112 116 102 4 100 25
Binary 1010111 10111 10011 0 1001010 1001110 1000010 100 1000000 10101

Color Harmonies of #571713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571713

Black with #571713

Text Example


Text Example

White with #571713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571713; }

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

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

background-color css

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

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

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

border-color css

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

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

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