#562730

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

Shades of Black Rose #562730

Tints of Black Rose #562730

Color information

#562730 (or 0x562730) is unknown color: approx Black Rose. HEX triplet: 56, 27 and 30. RGB value is (86,39,48). Sum of RGB (Red+Green+Blue) = 86+39+48=173 (22% of max value = 765). Red value is 86 (33.98% from 255 or 49.71% from 173); Green value is 39 (15.62% from 255 or 22.54% from 173); Blue value is 48 (19.14% from 255 or 27.75% from 173); Max value from RGB is 86 - color contains mainly: red. Hex color #562730 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562730 is #A9D8CF. Grayscale: #363636. Windows color (decimal): -11131088 or 3155798. OLE color: 3155798.

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

Color convert

RGB863948-
CMYK00.550.440.66
HSL348.51º37.6%24.51%-
HSV(B)348.51º54.65%33.73%-
XYZ5.13.643.23-
YUV54.08124.57150.77-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 49.71%
GREEN value IS 39 (15.62% from 255) = 22.54%
BLUE value IS 48 (19.14% from 255) = 27.75%
R=49.71%
G=22.54%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.44
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86394800.550.440.66348.5137.624.51
Hex5627300372C4215d2619
Octal1264760067541025354631
Binary10101101001111100000110111101100100001010101110110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562730; }

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

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

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

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

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

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

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

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