#562337

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

Shades of Black Rose #562337

Tints of Black Rose #562337

Color information

#562337 (or 0x562337) is unknown color: approx Black Rose. HEX triplet: 56, 23 and 37. RGB value is (86,35,55). Sum of RGB (Red+Green+Blue) = 86+35+55=176 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.86% from 176); Green value is 35 (14.06% from 255 or 19.89% from 176); Blue value is 55 (21.88% from 255 or 31.25% from 176); Max value from RGB is 86 - color contains mainly: red. Hex color #562337 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562337 is #A9DCC8. Grayscale: #343434. Windows color (decimal): -11132105 or 3613526. OLE color: 3613526.

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

Color convert

RGB863555-
CMYK00.590.360.66
HSL336.47º42.15%23.73%-
HSV(B)336.47º59.3%33.73%-
XYZ5.133.464.01-
YUV52.53129.4151.87-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 48.86%
GREEN value IS 35 (14.06% from 255) = 19.89%
BLUE value IS 55 (21.88% from 255) = 31.25%
R=48.86%
G=19.89%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.36
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86355500.590.360.66336.4742.1523.73
Hex56233703B24421502a18
Octal1264367073441025205230
Binary10101101000111101110111011100100100001010101000010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562337; }

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

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

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

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

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

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

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

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