Html Css Color HEX #571816 Red Oxide

📋 copy color: '#571816'

red 87 ◦ green 24 ◦ blue 22

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

Shades of Red Oxide #571816

Tints of Red Oxide #571816

RGB

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

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

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

R = 65.41%
G = 18.05%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.75

 K value IS 0.66

RGB Variations

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

Color information

#571816 (or 0x571816) is known color: Red Oxide. HEX triplet: 57, 18 and 16. RGB value is (87,24,22). Sum of RGB (Red+Green+Blue) = 87+24+22=133 (17% of max value = 765). Red value is 87 (34.38% from 255 or 65.41% from 133); Green value is 24 (9.77% from 255 or 18.05% from 133); Blue value is 22 (8.98% from 255 or 16.54% from 133); Max value from RGB is 87 - color contains mainly: red. Hex color #571816 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571816 is #A8E7E9. Grayscale: #2A2A2A. Windows color (decimal): -11069418 or 1448023. OLE color: 1448023.

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

Color convert

RGB 87 24 22 -
CMYK 0 0.72 0.75 0.66
HSL 1.85º 0.6% 0.21% -
HSV(B) 1.85º 0.75% 0.34% -
XYZ 4.4 2.74 1.06 -
YUV 42.61 116.37 159.66 -
System Red Green Blue C M Y K H S L
Decimal 87 24 22 0 0.72 0.75 0.66 1.85 0.6 0.21
Hex 57 18 16 0 48 4B 42 2 3C 15
Octal 127 30 26 0 110 113 102 2 74 25
Binary 1010111 11000 10110 0 1001000 1001011 1000010 10 111100 10101

Color Harmonies of #571816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571816

Black with #571816

Text Example


Text Example

White with #571816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571816; }

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

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

background-color css

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

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

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

border-color css

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

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

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