#561313

Color #561313 Red Oxide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Oxide #561313

Tints of Red Oxide #561313

Color information

#561313 (or 0x561313) is unknown color: approx Red Oxide. HEX triplet: 56, 13 and 13. RGB value is (86,19,19). Sum of RGB (Red+Green+Blue) = 86+19+19=124 (16% of max value = 765). Red value is 86 (33.98% from 255 or 69.35% from 124); Green value is 19 (7.81% from 255 or 15.32% from 124); Blue value is 19 (7.81% from 255 or 15.32% from 124); Max value from RGB is 86 - color contains mainly: red. Hex color #561313 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #561313 is #A9ECEC. Grayscale: #272727. Windows color (decimal): -11136237 or 1250134. OLE color: 1250134.

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

Color convert

RGB861919-
CMYK00.780.780.66
HSL63.81%20.59%-
HSV(B)77.91%33.73%-
XYZ4.192.490.88-
YUV39.03116.7161.5-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 69.35%
GREEN value IS 19 (7.81% from 255) = 15.32%
BLUE value IS 19 (7.81% from 255) = 15.32%
R=69.35%
G=15.32%
B=15.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.78
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86191900.780.780.66063.8120.59
Hex56131304E4E4204015
Octal12623230116116102010025
Binary1010110100111001101001110100111010000100100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561313; }

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

 H1.HeaderClassName
 {
   color: #561313;
 }
 .AnyTagClassName
 {
   color: #561313;
 }
</style>
background-color css

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

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

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

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

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

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