#562133

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

Shades of Black Rose #562133

Tints of Black Rose #562133

Color information

#562133 (or 0x562133) is unknown color: approx Black Rose. HEX triplet: 56, 21 and 33. RGB value is (86,33,51). Sum of RGB (Red+Green+Blue) = 86+33+51=170 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50.59% from 170); Green value is 33 (13.28% from 255 or 19.41% from 170); Blue value is 51 (20.31% from 255 or 30% from 170); Max value from RGB is 86 - color contains mainly: red. Hex color #562133 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562133 is #A9DECC. Grayscale: #323232. Windows color (decimal): -11132621 or 3350870. OLE color: 3350870.

HSL color Cylindrical-coordinate representation of color #562133: hue angle of 339.62º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #562133 is Cyan = 0, Magento = 0.62, Yellow = 0.41 and Black (K on CMYK) = 0.66.

Color convert

RGB863351-
CMYK00.620.410.66
HSL339.62º44.54%23.33%-
HSV(B)339.62º61.63%33.73%-
XYZ4.983.313.51-
YUV50.9128.06153.04-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 50.59%
GREEN value IS 33 (13.28% from 255) = 19.41%
BLUE value IS 51 (20.31% from 255) = 30%
R=50.59%
G=19.41%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.41
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86335100.620.410.66339.6244.5423.33
Hex56213303E29421542d17
Octal1264163076511025245527
Binary10101101000011100110111110101001100001010101010010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562133; }

 p { color: rgb(86,33,51); }

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

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

 a { background-color: rgb(86,33,51); }

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

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

 span { border-color: rgb(86,33,51); }

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