Html Css Color HEX #571810 Red Oxide

📋 copy color: '#571810'

red 87 ◦ green 24 ◦ blue 16

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

Shades of Red Oxide #571810

Tints of Red Oxide #571810

RGB

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

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

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

R = 68.5%
G = 18.9%
B = 12.6%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.82

 K value IS 0.66

RGB Variations

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

Color information

#571810 (or 0x571810) is known color: Red Oxide. HEX triplet: 57, 18 and 10. RGB value is (87,24,16). Sum of RGB (Red+Green+Blue) = 87+24+16=127 (16% of max value = 765). Red value is 87 (34.38% from 255 or 68.50% from 127); Green value is 24 (9.77% from 255 or 18.90% from 127); Blue value is 16 (6.64% from 255 or 12.60% from 127); Max value from RGB is 87 - color contains mainly: red. Hex color #571810 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571810 is #A8E7EF. Grayscale: #2A2A2A. Windows color (decimal): -11069424 or 1054807. OLE color: 1054807.

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

Color convert

RGB 87 24 16 -
CMYK 0 0.72 0.82 0.66
HSL 6.76º 0.69% 0.2% -
HSV(B) 6.76º 0.82% 0.34% -
XYZ 4.35 2.72 0.79 -
YUV 41.93 113.37 160.15 -
System Red Green Blue C M Y K H S L
Decimal 87 24 16 0 0.72 0.82 0.66 6.76 0.69 0.2
Hex 57 18 10 0 48 52 42 7 45 14
Octal 127 30 20 0 110 122 102 7 105 24
Binary 1010111 11000 10000 0 1001000 1010010 1000010 111 1000101 10100

Color Harmonies of #571810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571810

Black with #571810

Text Example


Text Example

White with #571810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571810; }

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

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

background-color css

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

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

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

border-color css

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

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

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