Html Css Color HEX #571A16 Red Oxide

📋 copy color: '#571A16'

red 87 ◦ green 26 ◦ blue 22

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

Shades of Red Oxide #571A16

Tints of Red Oxide #571A16

RGB

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

 GREEN value IS 26 (10.55% from 255) = 19.26%

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

R = 64.44%
G = 19.26%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.75

 K value IS 0.66

RGB Variations

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

Color information

#571A16 (or 0x571A16) is known color: Red Oxide. HEX triplet: 57, 1A and 16. RGB value is (87,26,22). Sum of RGB (Red+Green+Blue) = 87+26+22=135 (17% of max value = 765). Red value is 87 (34.38% from 255 or 64.44% from 135); Green value is 26 (10.55% from 255 or 19.26% from 135); Blue value is 22 (8.98% from 255 or 16.30% from 135); Max value from RGB is 87 - color contains mainly: red. Hex color #571A16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #571A16 is #A8E5E9. Grayscale: #2B2B2B. Windows color (decimal): -11068906 or 1448535. OLE color: 1448535.

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

Color convert

RGB 87 26 22 -
CMYK 0 0.70 0.75 0.66
HSL 3.69º 0.6% 0.21% -
HSV(B) 3.69º 0.75% 0.34% -
XYZ 4.44 2.82 1.07 -
YUV 43.78 115.71 158.83 -
System Red Green Blue C M Y K H S L
Decimal 87 26 22 0 0.70 0.75 0.66 3.69 0.6 0.21
Hex 57 1A 16 0 46 4B 42 4 3C 15
Octal 127 32 26 0 106 113 102 4 74 25
Binary 1010111 11010 10110 0 1000110 1001011 1000010 100 111100 10101

Color Harmonies of #571A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571A16

Black with #571A16

Text Example


Text Example

White with #571A16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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