Html Css Color HEX #561A14 Red Oxide

📋 copy color: '#561A14'

red 86 ◦ green 26 ◦ blue 20

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

Shades of Red Oxide #561A14

Tints of Red Oxide #561A14

RGB

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

 GREEN value IS 26 (10.55% from 255) = 19.7%

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

R = 65.15%
G = 19.7%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.77

 K value IS 0.66

RGB Variations

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

Color information

#561A14 (or 0x561A14) is known color: Red Oxide. HEX triplet: 56, 1A and 14. RGB value is (86,26,20). Sum of RGB (Red+Green+Blue) = 86+26+20=132 (17% of max value = 765). Red value is 86 (33.98% from 255 or 65.15% from 132); Green value is 26 (10.55% from 255 or 19.70% from 132); Blue value is 20 (8.20% from 255 or 15.15% from 132); Max value from RGB is 86 - color contains mainly: red. Hex color #561A14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #561A14 is #A9E5EB. Grayscale: #2B2B2B. Windows color (decimal): -11134444 or 1317462. OLE color: 1317462.

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

Color convert

RGB 86 26 20 -
CMYK 0 0.70 0.77 0.66
HSL 5.45º 0.62% 0.21% -
HSV(B) 5.45º 0.77% 0.34% -
XYZ 4.33 2.77 0.97 -
YUV 43.26 114.88 158.49 -
System Red Green Blue C M Y K H S L
Decimal 86 26 20 0 0.70 0.77 0.66 5.45 0.62 0.21
Hex 56 1A 14 0 46 4D 42 5 3E 15
Octal 126 32 24 0 106 115 102 5 76 25
Binary 1010110 11010 10100 0 1000110 1001101 1000010 101 111110 10101

Color Harmonies of #561A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561A14

Black with #561A14

Text Example


Text Example

White with #561A14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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