#562735

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

Shades of Black Rose #562735

Tints of Black Rose #562735

Color information

#562735 (or 0x562735) is unknown color: approx Black Rose. HEX triplet: 56, 27 and 35. RGB value is (86,39,53). Sum of RGB (Red+Green+Blue) = 86+39+53=178 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.31% from 178); Green value is 39 (15.62% from 255 or 21.91% from 178); Blue value is 53 (21.09% from 255 or 29.78% from 178); Max value from RGB is 86 - color contains mainly: red. Hex color #562735 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562735 is #A9D8CA. Grayscale: #363636. Windows color (decimal): -11131083 or 3483478. OLE color: 3483478.

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

Color convert

RGB863953-
CMYK00.550.380.66
HSL342.13º37.6%24.51%-
HSV(B)342.13º54.65%33.73%-
XYZ5.213.693.81-
YUV54.65127.07150.36-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 48.31%
GREEN value IS 39 (15.62% from 255) = 21.91%
BLUE value IS 53 (21.09% from 255) = 29.78%
R=48.31%
G=21.91%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.38
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86395300.550.380.66342.1337.624.51
Hex56273503726421562619
Octal1264765067461025264631
Binary10101101001111101010110111100110100001010101011010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562735; }

 p { color: rgb(86,39,53); }

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

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

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

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

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

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

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