#562331

Color #562331 Black Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Rose #562331

Tints of Black Rose #562331

Color information

#562331 (or 0x562331) is unknown color: approx Black Rose. HEX triplet: 56, 23 and 31. RGB value is (86,35,49). Sum of RGB (Red+Green+Blue) = 86+35+49=170 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50.59% from 170); Green value is 35 (14.06% from 255 or 20.59% from 170); Blue value is 49 (19.53% from 255 or 28.82% from 170); Max value from RGB is 86 - color contains mainly: red. Hex color #562331 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562331 is #A9DCCE. Grayscale: #333333. Windows color (decimal): -11132111 or 3220310. OLE color: 3220310.

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

Color convert

RGB863549-
CMYK00.590.430.66
HSL343.53º42.15%23.73%-
HSV(B)343.53º59.3%33.73%-
XYZ4.993.43.3-
YUV51.84126.4152.36-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 50.59%
GREEN value IS 35 (14.06% from 255) = 20.59%
BLUE value IS 49 (19.53% from 255) = 28.82%
R=50.59%
G=20.59%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.43
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86354900.590.430.66343.5342.1523.73
Hex56233103B2B421582a18
Octal1264361073531025305230
Binary10101101000111100010111011101011100001010101100010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562331; }

 p { color: rgb(86,35,49); }

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

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

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

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

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

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

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