Html Css Color HEX #561D16 Red Oxide

📋 copy color: '#561D16'

red 86 ◦ green 29 ◦ blue 22

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

Shades of Red Oxide #561D16

Tints of Red Oxide #561D16

RGB

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

 GREEN value IS 29 (11.72% from 255) = 21.17%

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

R = 62.77%
G = 21.17%
B = 16.06%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.74

 K value IS 0.66

RGB Variations

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

Color information

#561D16 (or 0x561D16) is known color: Red Oxide. HEX triplet: 56, 1D and 16. RGB value is (86,29,22). Sum of RGB (Red+Green+Blue) = 86+29+22=137 (18% of max value = 765). Red value is 86 (33.98% from 255 or 62.77% from 137); Green value is 29 (11.72% from 255 or 21.17% from 137); Blue value is 22 (8.98% from 255 or 16.06% from 137); Max value from RGB is 86 - color contains mainly: red. Hex color #561D16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #561D16 is #A9E2E9. Grayscale: #2D2D2D. Windows color (decimal): -11133674 or 1449302. OLE color: 1449302.

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

Color convert

RGB 86 29 22 -
CMYK 0 0.66 0.74 0.66
HSL 6.56º 0.59% 0.21% -
HSV(B) 6.56º 0.74% 0.34% -
XYZ 4.42 2.92 1.09 -
YUV 45.25 114.88 157.07 -
System Red Green Blue C M Y K H S L
Decimal 86 29 22 0 0.66 0.74 0.66 6.56 0.59 0.21
Hex 56 1D 16 0 42 4A 42 7 3B 15
Octal 126 35 26 0 102 112 102 7 73 25
Binary 1010110 11101 10110 0 1000010 1001010 1000010 111 111011 10101

Color Harmonies of #561D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561D16

Black with #561D16

Text Example


Text Example

White with #561D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561D16; }

 p { color: rgb(86,29,22); }

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

background-color css

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

 a { background-color: rgb(86,29,22); }

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

border-color css

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

 span { border-color: rgb(86,29,22); }

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