#562531

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

Shades of Black Rose #562531

Tints of Black Rose #562531

Color information

#562531 (or 0x562531) is unknown color: approx Black Rose. HEX triplet: 56, 25 and 31. RGB value is (86,37,49). Sum of RGB (Red+Green+Blue) = 86+37+49=172 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50% from 172); Green value is 37 (14.84% from 255 or 21.51% from 172); Blue value is 49 (19.53% from 255 or 28.49% from 172); Max value from RGB is 86 - color contains mainly: red. Hex color #562531 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562531 is #A9DACE. Grayscale: #353535. Windows color (decimal): -11131599 or 3220822. OLE color: 3220822.

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

Color convert

RGB863749-
CMYK00.570.430.66
HSL345.31º39.84%24.12%-
HSV(B)345.31º56.98%33.73%-
XYZ5.053.523.32-
YUV53.02125.73151.52-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 50%
GREEN value IS 37 (14.84% from 255) = 21.51%
BLUE value IS 49 (19.53% from 255) = 28.49%
R=50%
G=21.51%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.43
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86374900.570.430.66345.3139.8424.12
Hex5625310392B421592818
Octal1264561071531025315030
Binary10101101001011100010111001101011100001010101100110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562531; }

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

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

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

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

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

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

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

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