Html Css Color HEX #571E16 Red Oxide

📋 copy color: '#571E16'

red 87 ◦ green 30 ◦ blue 22

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

Shades of Red Oxide #571E16

Tints of Red Oxide #571E16

RGB

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

 GREEN value IS 30 (12.11% from 255) = 21.58%

 BLUE value IS 22 (8.98% from 255) = 15.83%

R = 62.59%
G = 21.58%
B = 15.83%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.75

 K value IS 0.66

RGB Variations

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

Color information

#571E16 (or 0x571E16) is known color: Red Oxide. HEX triplet: 57, 1E and 16. RGB value is (87,30,22). Sum of RGB (Red+Green+Blue) = 87+30+22=139 (18% of max value = 765). Red value is 87 (34.38% from 255 or 62.59% from 139); Green value is 30 (12.11% from 255 or 21.58% from 139); Blue value is 22 (8.98% from 255 or 15.83% from 139); Max value from RGB is 87 - color contains mainly: red. Hex color #571E16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #571E16 is #A8E1E9. Grayscale: #2E2E2E. Windows color (decimal): -11067882 or 1449559. OLE color: 1449559.

HSL color Cylindrical-coordinate representation of color #571E16: hue angle of 7.38º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #571E16 is Cyan = 0, Magento = 0.66, Yellow = 0.75 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 30 22 -
CMYK 0 0.66 0.75 0.66
HSL 7.38º 0.6% 0.21% -
HSV(B) 7.38º 0.75% 0.34% -
XYZ 4.54 3.01 1.1 -
YUV 46.13 114.38 157.15 -
System Red Green Blue C M Y K H S L
Decimal 87 30 22 0 0.66 0.75 0.66 7.38 0.6 0.21
Hex 57 1E 16 0 42 4B 42 7 3C 15
Octal 127 36 26 0 102 113 102 7 74 25
Binary 1010111 11110 10110 0 1000010 1001011 1000010 111 111100 10101

Color Harmonies of #571E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571E16

Black with #571E16

Text Example


Text Example

White with #571E16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571E16; }

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

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

background-color css

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

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

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

border-color css

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

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

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