Html Css Color HEX #571611 Red Oxide

📋 copy color: '#571611'

red 87 ◦ green 22 ◦ blue 17

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

Shades of Red Oxide #571611

Tints of Red Oxide #571611

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 13.49%

R = 69.05%
G = 17.46%
B = 13.49%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.80

 K value IS 0.66

RGB Variations

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

Color information

#571611 (or 0x571611) is known color: Red Oxide. HEX triplet: 57, 16 and 11. RGB value is (87,22,17). Sum of RGB (Red+Green+Blue) = 87+22+17=126 (16% of max value = 765). Red value is 87 (34.38% from 255 or 69.05% from 126); Green value is 22 (8.98% from 255 or 17.46% from 126); Blue value is 17 (7.03% from 255 or 13.49% from 126); Max value from RGB is 87 - color contains mainly: red. Hex color #571611 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571611 is #A8E9EE. Grayscale: #282828. Windows color (decimal): -11069935 or 1119831. OLE color: 1119831.

HSL color Cylindrical-coordinate representation of color #571611: hue angle of 4.29º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #571611 is Cyan = 0, Magento = 0.75, Yellow = 0.80 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 22 17 -
CMYK 0 0.75 0.80 0.66
HSL 4.29º 0.67% 0.2% -
HSV(B) 4.29º 0.8% 0.34% -
XYZ 4.32 2.64 0.81 -
YUV 40.87 114.53 160.91 -
System Red Green Blue C M Y K H S L
Decimal 87 22 17 0 0.75 0.80 0.66 4.29 0.67 0.2
Hex 57 16 11 0 4B 50 42 4 43 14
Octal 127 26 21 0 113 120 102 4 103 24
Binary 1010111 10110 10001 0 1001011 1010000 1000010 100 1000011 10100

Color Harmonies of #571611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571611

Black with #571611

Text Example


Text Example

White with #571611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571611; }

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

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

background-color css

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

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

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

border-color css

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

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

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