Html Css Color HEX #561413 Red Oxide

📋 copy color: '#561413'

red 86 ◦ green 20 ◦ blue 19

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

Shades of Red Oxide #561413

Tints of Red Oxide #561413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 15.2%

R = 68.8%
G = 16%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.78

 K value IS 0.66

RGB Variations

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

Color information

#561413 (or 0x561413) is known color: Red Oxide. HEX triplet: 56, 14 and 13. RGB value is (86,20,19). Sum of RGB (Red+Green+Blue) = 86+20+19=125 (16% of max value = 765). Red value is 86 (33.98% from 255 or 68.8% from 125); Green value is 20 (8.20% from 255 or 16% from 125); Blue value is 19 (7.81% from 255 or 15.2% from 125); Max value from RGB is 86 - color contains mainly: red. Hex color #561413 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #561413 is #A9EBEC. Grayscale: #272727. Windows color (decimal): -11135981 or 1250390. OLE color: 1250390.

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

Color convert

RGB 86 20 19 -
CMYK 0 0.77 0.78 0.66
HSL 0.9º 0.64% 0.21% -
HSV(B) 0.9º 0.78% 0.34% -
XYZ 4.21 2.53 0.88 -
YUV 39.62 116.37 161.08 -
System Red Green Blue C M Y K H S L
Decimal 86 20 19 0 0.77 0.78 0.66 0.9 0.64 0.21
Hex 56 14 13 0 4D 4E 42 1 40 15
Octal 126 24 23 0 115 116 102 1 100 25
Binary 1010110 10100 10011 0 1001101 1001110 1000010 1 1000000 10101

Color Harmonies of #561413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561413

Black with #561413

Text Example


Text Example

White with #561413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561413; }

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

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

background-color css

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

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

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

border-color css

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

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

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