Html Css Color HEX #561614 Red Oxide

📋 copy color: '#561614'

red 86 ◦ green 22 ◦ blue 20

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

Shades of Red Oxide #561614

Tints of Red Oxide #561614

RGB

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

 GREEN value IS 22 (8.98% from 255) = 17.19%

 BLUE value IS 20 (8.2% from 255) = 15.63%

R = 67.19%
G = 17.19%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.77

 K value IS 0.66

RGB Variations

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

Color information

#561614 (or 0x561614) is known color: Red Oxide. HEX triplet: 56, 16 and 14. RGB value is (86,22,20). Sum of RGB (Red+Green+Blue) = 86+22+20=128 (16% of max value = 765). Red value is 86 (33.98% from 255 or 67.19% from 128); Green value is 22 (8.98% from 255 or 17.19% from 128); Blue value is 20 (8.20% from 255 or 15.62% from 128); Max value from RGB is 86 - color contains mainly: red. Hex color #561614 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #561614 is #A9E9EB. Grayscale: #282828. Windows color (decimal): -11135468 or 1316438. OLE color: 1316438.

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

Color convert

RGB 86 22 20 -
CMYK 0 0.74 0.77 0.66
HSL 1.82º 0.62% 0.21% -
HSV(B) 1.82º 0.77% 0.34% -
XYZ 4.25 2.6 0.94 -
YUV 40.91 116.2 160.16 -
System Red Green Blue C M Y K H S L
Decimal 86 22 20 0 0.74 0.77 0.66 1.82 0.62 0.21
Hex 56 16 14 0 4A 4D 42 2 3E 15
Octal 126 26 24 0 112 115 102 2 76 25
Binary 1010110 10110 10100 0 1001010 1001101 1000010 10 111110 10101

Color Harmonies of #561614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561614

Black with #561614

Text Example


Text Example

White with #561614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561614; }

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

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

background-color css

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

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

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

border-color css

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

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

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