Html Css Color HEX #561815 Red Oxide

📋 copy color: '#561815'

red 86 ◦ green 24 ◦ blue 21

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

Shades of Red Oxide #561815

Tints of Red Oxide #561815

RGB

 RED value IS 86 (33.98% from 255) = 65.65%

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

 BLUE value IS 21 (8.59% from 255) = 16.03%

R = 65.65%
G = 18.32%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.76

 K value IS 0.66

RGB Variations

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

Color information

#561815 (or 0x561815) is known color: Red Oxide. HEX triplet: 56, 18 and 15. RGB value is (86,24,21). Sum of RGB (Red+Green+Blue) = 86+24+21=131 (17% of max value = 765). Red value is 86 (33.98% from 255 or 65.65% from 131); Green value is 24 (9.77% from 255 or 18.32% from 131); Blue value is 21 (8.59% from 255 or 16.03% from 131); Max value from RGB is 86 - color contains mainly: red. Hex color #561815 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #561815 is #A9E7EA. Grayscale: #2A2A2A. Windows color (decimal): -11134955 or 1382486. OLE color: 1382486.

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

Color convert

RGB 86 24 21 -
CMYK 0 0.72 0.76 0.66
HSL 2.77º 0.61% 0.21% -
HSV(B) 2.77º 0.76% 0.34% -
XYZ 4.3 2.69 1 -
YUV 42.2 116.04 159.24 -
System Red Green Blue C M Y K H S L
Decimal 86 24 21 0 0.72 0.76 0.66 2.77 0.61 0.21
Hex 56 18 15 0 48 4C 42 3 3D 15
Octal 126 30 25 0 110 114 102 3 75 25
Binary 1010110 11000 10101 0 1001000 1001100 1000010 11 111101 10101

Color Harmonies of #561815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561815

Black with #561815

Text Example


Text Example

White with #561815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561815; }

 p { color: rgb(86,24,21); }

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

background-color css

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

 a { background-color: rgb(86,24,21); }

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

border-color css

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

 span { border-color: rgb(86,24,21); }

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