Html Css Color HEX #571610 Red Oxide

📋 copy color: '#571610'

red 87 ◦ green 22 ◦ blue 16

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

Shades of Red Oxide #571610

Tints of Red Oxide #571610

RGB

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

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

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

R = 69.6%
G = 17.6%
B = 12.8%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.82

 K value IS 0.66

RGB Variations

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

Color information

#571610 (or 0x571610) is known color: Red Oxide. HEX triplet: 57, 16 and 10. RGB value is (87,22,16). Sum of RGB (Red+Green+Blue) = 87+22+16=125 (16% of max value = 765). Red value is 87 (34.38% from 255 or 69.6% from 125); Green value is 22 (8.98% from 255 or 17.6% from 125); Blue value is 16 (6.64% from 255 or 12.8% from 125); Max value from RGB is 87 - color contains mainly: red. Hex color #571610 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571610 is #A8E9EF. Grayscale: #282828. Windows color (decimal): -11069936 or 1054295. OLE color: 1054295.

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

Color convert

RGB 87 22 16 -
CMYK 0 0.75 0.82 0.66
HSL 5.07º 0.69% 0.2% -
HSV(B) 5.07º 0.82% 0.34% -
XYZ 4.31 2.64 0.77 -
YUV 40.75 114.03 160.99 -
System Red Green Blue C M Y K H S L
Decimal 87 22 16 0 0.75 0.82 0.66 5.07 0.69 0.2
Hex 57 16 10 0 4B 52 42 5 45 14
Octal 127 26 20 0 113 122 102 5 105 24
Binary 1010111 10110 10000 0 1001011 1010010 1000010 101 1000101 10100

Color Harmonies of #571610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571610

Black with #571610

Text Example


Text Example

White with #571610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571610; }

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

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

background-color css

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

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

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

border-color css

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

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

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