Html Css Color HEX #561C16 Red Oxide

📋 copy color: '#561C16'

red 86 ◦ green 28 ◦ blue 22

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

Shades of Red Oxide #561C16

Tints of Red Oxide #561C16

RGB

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

 GREEN value IS 28 (11.33% from 255) = 20.59%

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

R = 63.24%
G = 20.59%
B = 16.18%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.74

 K value IS 0.66

RGB Variations

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

Color information

#561C16 (or 0x561C16) is known color: Red Oxide. HEX triplet: 56, 1C and 16. RGB value is (86,28,22). Sum of RGB (Red+Green+Blue) = 86+28+22=136 (18% of max value = 765). Red value is 86 (33.98% from 255 or 63.24% from 136); Green value is 28 (11.33% from 255 or 20.59% from 136); Blue value is 22 (8.98% from 255 or 16.18% from 136); Max value from RGB is 86 - color contains mainly: red. Hex color #561C16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #561C16 is #A9E3E9. Grayscale: #2C2C2C. Windows color (decimal): -11133930 or 1449046. OLE color: 1449046.

HSL color Cylindrical-coordinate representation of color #561C16: hue angle of 5.62º 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 #561C16 is Cyan = 0, Magento = 0.67, Yellow = 0.74 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 28 22 -
CMYK 0 0.67 0.74 0.66
HSL 5.63º 0.59% 0.21% -
HSV(B) 5.63º 0.74% 0.34% -
XYZ 4.4 2.87 1.08 -
YUV 44.66 115.22 157.49 -
System Red Green Blue C M Y K H S L
Decimal 86 28 22 0 0.67 0.74 0.66 5.63 0.59 0.21
Hex 56 1C 16 0 43 4A 42 6 3B 15
Octal 126 34 26 0 103 112 102 6 73 25
Binary 1010110 11100 10110 0 1000011 1001010 1000010 110 111011 10101

Color Harmonies of #561C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561C16

Black with #561C16

Text Example


Text Example

White with #561C16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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