#562525

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

Shades of Red Oxide #562525

Tints of Red Oxide #562525

Color information

#562525 (or 0x562525) is unknown color: approx Red Oxide. HEX triplet: 56, 25 and 25. RGB value is (86,37,37). Sum of RGB (Red+Green+Blue) = 86+37+37=160 (21% of max value = 765). Red value is 86 (33.98% from 255 or 53.75% from 160); Green value is 37 (14.84% from 255 or 23.12% from 160); Blue value is 37 (14.84% from 255 or 23.12% from 160); Max value from RGB is 86 - color contains mainly: red. Hex color #562525 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562525 is #A9DADA. Grayscale: #333333. Windows color (decimal): -11131611 or 2434390. OLE color: 2434390.

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

Color convert

RGB863737-
CMYK00.570.570.66
HSL39.84%24.12%-
HSV(B)56.98%33.73%-
XYZ4.833.442.16-
YUV51.65119.73152.5-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 53.75%
GREEN value IS 37 (14.84% from 255) = 23.12%
BLUE value IS 37 (14.84% from 255) = 23.12%
R=53.75%
G=23.12%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.57
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86373700.570.570.66039.8424.12
Hex562525039394202818
Octal12645450717110205030
Binary101011010010110010101110011110011000010010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562525; }

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

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

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

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

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

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

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

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