Html Css Color HEX #561414 Red Oxide

📋 copy color: '#561414'

red 86 ◦ green 20 ◦ blue 20

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

Shades of Red Oxide #561414

Tints of Red Oxide #561414

RGB

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

 GREEN value IS 20 (8.2% from 255) = 15.87%

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

R = 68.25%
G = 15.87%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.77

 K value IS 0.66

RGB Variations

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

Color information

#561414 (or 0x561414) is known color: Red Oxide. HEX triplet: 56, 14 and 14. RGB value is (86,20,20). Sum of RGB (Red+Green+Blue) = 86+20+20=126 (16% of max value = 765). Red value is 86 (33.98% from 255 or 68.25% from 126); Green value is 20 (8.20% from 255 or 15.87% from 126); Blue value is 20 (8.20% from 255 or 15.87% from 126); Max value from RGB is 86 - color contains mainly: red. Hex color #561414 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #561414 is #A9EBEB. Grayscale: #272727. Windows color (decimal): -11135980 or 1315926. OLE color: 1315926.

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

Color convert

RGB 86 20 20 -
CMYK 0 0.77 0.77 0.66
HSL 0.62% 0.21% -
HSV(B) 0.77% 0.34% -
XYZ 4.21 2.53 0.93 -
YUV 39.73 116.87 161 -
System Red Green Blue C M Y K H S L
Decimal 86 20 20 0 0.77 0.77 0.66 0 0.62 0.21
Hex 56 14 14 0 4D 4D 42 0 3E 15
Octal 126 24 24 0 115 115 102 0 76 25
Binary 1010110 10100 10100 0 1001101 1001101 1000010 0 111110 10101

Color Harmonies of #561414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561414

Black with #561414

Text Example


Text Example

White with #561414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561414; }

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

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

background-color css

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

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

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

border-color css

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

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

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