Html Css Color HEX #561513 Red Oxide

📋 copy color: '#561513'

red 86 ◦ green 21 ◦ blue 19

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

Shades of Red Oxide #561513

Tints of Red Oxide #561513

RGB

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

 GREEN value IS 21 (8.59% from 255) = 16.67%

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

R = 68.25%
G = 16.67%
B = 15.08%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.78

 K value IS 0.66

RGB Variations

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

Color information

#561513 (or 0x561513) is known color: Red Oxide. HEX triplet: 56, 15 and 13. RGB value is (86,21,19). Sum of RGB (Red+Green+Blue) = 86+21+19=126 (16% of max value = 765). Red value is 86 (33.98% from 255 or 68.25% from 126); Green value is 21 (8.59% from 255 or 16.67% from 126); Blue value is 19 (7.81% from 255 or 15.08% from 126); Max value from RGB is 86 - color contains mainly: red. Hex color #561513 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #561513 is #A9EAEC. Grayscale: #282828. Windows color (decimal): -11135725 or 1250646. OLE color: 1250646.

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

Color convert

RGB 86 21 19 -
CMYK 0 0.76 0.78 0.66
HSL 1.79º 0.64% 0.21% -
HSV(B) 1.79º 0.78% 0.34% -
XYZ 4.22 2.56 0.89 -
YUV 40.21 116.03 160.66 -
System Red Green Blue C M Y K H S L
Decimal 86 21 19 0 0.76 0.78 0.66 1.79 0.64 0.21
Hex 56 15 13 0 4C 4E 42 2 40 15
Octal 126 25 23 0 114 116 102 2 100 25
Binary 1010110 10101 10011 0 1001100 1001110 1000010 10 1000000 10101

Color Harmonies of #561513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561513

Black with #561513

Text Example


Text Example

White with #561513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561513; }

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

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

background-color css

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

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

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

border-color css

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

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

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