Html Css Color HEX #571613 Red Oxide

📋 copy color: '#571613'

red 87 ◦ green 22 ◦ blue 19

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

Shades of Red Oxide #571613

Tints of Red Oxide #571613

RGB

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

 GREEN value IS 22 (8.98% from 255) = 17.19%

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

R = 67.97%
G = 17.19%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.78

 K value IS 0.66

RGB Variations

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

Color information

#571613 (or 0x571613) is known color: Red Oxide. HEX triplet: 57, 16 and 13. RGB value is (87,22,19). Sum of RGB (Red+Green+Blue) = 87+22+19=128 (16% of max value = 765). Red value is 87 (34.38% from 255 or 67.97% from 128); Green value is 22 (8.98% from 255 or 17.19% from 128); Blue value is 19 (7.81% from 255 or 14.84% from 128); Max value from RGB is 87 - color contains mainly: red. Hex color #571613 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571613 is #A8E9EC. Grayscale: #292929. Windows color (decimal): -11069933 or 1250903. OLE color: 1250903.

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

Color convert

RGB 87 22 19 -
CMYK 0 0.75 0.78 0.66
HSL 2.65º 0.64% 0.21% -
HSV(B) 2.65º 0.78% 0.34% -
XYZ 4.33 2.65 0.9 -
YUV 41.09 115.53 160.74 -
System Red Green Blue C M Y K H S L
Decimal 87 22 19 0 0.75 0.78 0.66 2.65 0.64 0.21
Hex 57 16 13 0 4B 4E 42 3 40 15
Octal 127 26 23 0 113 116 102 3 100 25
Binary 1010111 10110 10011 0 1001011 1001110 1000010 11 1000000 10101

Color Harmonies of #571613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571613

Black with #571613

Text Example


Text Example

White with #571613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571613; }

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

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

background-color css

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

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

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

border-color css

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

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

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