Html Css Color HEX #561B16 Red Oxide

📋 copy color: '#561B16'

red 86 ◦ green 27 ◦ blue 22

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

Shades of Red Oxide #561B16

Tints of Red Oxide #561B16

RGB

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

 GREEN value IS 27 (10.94% from 255) = 20%

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

R = 63.7%
G = 20%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.74

 K value IS 0.66

RGB Variations

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

Color information

#561B16 (or 0x561B16) is known color: Red Oxide. HEX triplet: 56, 1B and 16. RGB value is (86,27,22). Sum of RGB (Red+Green+Blue) = 86+27+22=135 (17% of max value = 765). Red value is 86 (33.98% from 255 or 63.70% from 135); Green value is 27 (10.94% from 255 or 20% from 135); Blue value is 22 (8.98% from 255 or 16.30% from 135); Max value from RGB is 86 - color contains mainly: red. Hex color #561B16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #561B16 is #A9E4E9. Grayscale: #2C2C2C. Windows color (decimal): -11134186 or 1448790. OLE color: 1448790.

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

Color convert

RGB 86 27 22 -
CMYK 0 0.69 0.74 0.66
HSL 4.69º 0.59% 0.21% -
HSV(B) 4.69º 0.74% 0.34% -
XYZ 4.37 2.82 1.07 -
YUV 44.07 115.55 157.91 -
System Red Green Blue C M Y K H S L
Decimal 86 27 22 0 0.69 0.74 0.66 4.69 0.59 0.21
Hex 56 1B 16 0 45 4A 42 5 3B 15
Octal 126 33 26 0 105 112 102 5 73 25
Binary 1010110 11011 10110 0 1000101 1001010 1000010 101 111011 10101

Color Harmonies of #561B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561B16

Black with #561B16

Text Example


Text Example

White with #561B16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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