#561603

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

Shades of Red Oxide #561603

Tints of Red Oxide #561603

Color information

#561603 (or 0x561603) is unknown color: approx Red Oxide. HEX triplet: 56, 16 and 03. RGB value is (86,22,3). Sum of RGB (Red+Green+Blue) = 86+22+3=111 (14% of max value = 765). Red value is 86 (33.98% from 255 or 77.48% from 111); Green value is 22 (8.98% from 255 or 19.82% from 111); Blue value is 3 (1.56% from 255 or 2.70% from 111); Max value from RGB is 86 - color contains mainly: red. Hex color #561603 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #561603 is #A9E9FC. Grayscale: #272727. Windows color (decimal): -11135485 or 202326. OLE color: 202326.

HSL color Cylindrical-coordinate representation of color #561603: hue angle of 13.73º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #561603 is Cyan = 0, Magento = 0.74, Yellow = 0.97 and Black (K on CMYK) = 0.66.

Color convert

RGB86223-
CMYK00.740.970.66
HSL13.73º93.26%17.45%-
HSV(B)13.73º96.51%33.73%-
XYZ4.142.560.36-
YUV38.97107.7161.54-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 77.48%
GREEN value IS 22 (8.98% from 255) = 19.82%
BLUE value IS 3 (1.56% from 255) = 2.70%
R=77.48%
G=19.82%
B=2.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.97
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8622300.740.970.6613.7393.2617.45
Hex5616304A6142e5d11
Octal12626301121411021613521
Binary1010110101101101001010110000110000101110101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561603; }

 p { color: rgb(86,22,3); }

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

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

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

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

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

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

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