#562530

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

Shades of Black Rose #562530

Tints of Black Rose #562530

Color information

#562530 (or 0x562530) is unknown color: approx Black Rose. HEX triplet: 56, 25 and 30. RGB value is (86,37,48). Sum of RGB (Red+Green+Blue) = 86+37+48=171 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50.29% from 171); Green value is 37 (14.84% from 255 or 21.64% from 171); Blue value is 48 (19.14% from 255 or 28.07% from 171); Max value from RGB is 86 - color contains mainly: red. Hex color #562530 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562530 is #A9DACF. Grayscale: #343434. Windows color (decimal): -11131600 or 3155286. OLE color: 3155286.

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

Color convert

RGB863748-
CMYK00.570.440.66
HSL346.53º39.84%24.12%-
HSV(B)346.53º56.98%33.73%-
XYZ5.033.513.21-
YUV52.9125.23151.61-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 50.29%
GREEN value IS 37 (14.84% from 255) = 21.64%
BLUE value IS 48 (19.14% from 255) = 28.07%
R=50.29%
G=21.64%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.44
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86374800.570.440.66346.5339.8424.12
Hex5625300392C4215b2818
Octal1264560071541025335030
Binary10101101001011100000111001101100100001010101101110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562530; }

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

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

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

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

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

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

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

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