#532033

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

Shades of Black Rose #532033

Tints of Black Rose #532033

Color information

#532033 (or 0x532033) is unknown color: approx Black Rose. HEX triplet: 53, 20 and 33. RGB value is (83,32,51). Sum of RGB (Red+Green+Blue) = 83+32+51=166 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50% from 166); Green value is 32 (12.89% from 255 or 19.28% from 166); Blue value is 51 (20.31% from 255 or 30.72% from 166); Max value from RGB is 83 - color contains mainly: red. Hex color #532033 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532033 is #ACDFCC. Grayscale: #313131. Windows color (decimal): -11329485 or 3350611. OLE color: 3350611.

HSL color Cylindrical-coordinate representation of color #532033: hue angle of 337.65º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #532033 is Cyan = 0, Magento = 0.61, Yellow = 0.39 and Black (K on CMYK) = 0.67.

Color convert

RGB833251-
CMYK00.610.390.67
HSL337.65º44.35%22.55%-
HSV(B)337.65º61.45%32.55%-
XYZ4.683.113.49-
YUV49.42128.9151.96-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 50%
GREEN value IS 32 (12.89% from 255) = 19.28%
BLUE value IS 51 (20.31% from 255) = 30.72%
R=50%
G=19.28%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.39
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83325100.610.390.67337.6544.3522.55
Hex53203303D27431522c17
Octal1234063075471035225427
Binary10100111000001100110111101100111100001110101001010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532033; }

 p { color: rgb(83,32,51); }

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

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

 a { background-color: rgb(83,32,51); }

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

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

 span { border-color: rgb(83,32,51); }

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