Html Css Color HEX #571910 Red Oxide

📋 copy color: '#571910'

red 87 ◦ green 25 ◦ blue 16

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

Shades of Red Oxide #571910

Tints of Red Oxide #571910

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 12.5%

R = 67.97%
G = 19.53%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.82

 K value IS 0.66

RGB Variations

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

Color information

#571910 (or 0x571910) is known color: Red Oxide. HEX triplet: 57, 19 and 10. RGB value is (87,25,16). Sum of RGB (Red+Green+Blue) = 87+25+16=128 (16% of max value = 765). Red value is 87 (34.38% from 255 or 67.97% from 128); Green value is 25 (10.16% from 255 or 19.53% from 128); Blue value is 16 (6.64% from 255 or 12.5% from 128); Max value from RGB is 87 - color contains mainly: red. Hex color #571910 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571910 is #A8E6EF. Grayscale: #2A2A2A. Windows color (decimal): -11069168 or 1055063. OLE color: 1055063.

HSL color Cylindrical-coordinate representation of color #571910: hue angle of 7.61º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #571910 is Cyan = 0, Magento = 0.71, Yellow = 0.82 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 25 16 -
CMYK 0 0.71 0.82 0.66
HSL 7.61º 0.69% 0.2% -
HSV(B) 7.61º 0.82% 0.34% -
XYZ 4.37 2.76 0.79 -
YUV 42.51 113.04 159.73 -
System Red Green Blue C M Y K H S L
Decimal 87 25 16 0 0.71 0.82 0.66 7.61 0.69 0.2
Hex 57 19 10 0 47 52 42 8 45 14
Octal 127 31 20 0 107 122 102 10 105 24
Binary 1010111 11001 10000 0 1000111 1010010 1000010 1000 1000101 10100

Color Harmonies of #571910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571910

Black with #571910

Text Example


Text Example

White with #571910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571910; }

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

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

background-color css

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

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

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

border-color css

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

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

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