#532433

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

Shades of Black Rose #532433

Tints of Black Rose #532433

Color information

#532433 (or 0x532433) is unknown color: approx Black Rose. HEX triplet: 53, 24 and 33. RGB value is (83,36,51). Sum of RGB (Red+Green+Blue) = 83+36+51=170 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.82% from 170); Green value is 36 (14.45% from 255 or 21.18% from 170); Blue value is 51 (20.31% from 255 or 30% from 170); Max value from RGB is 83 - color contains mainly: red. Hex color #532433 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532433 is #ACDBCC. Grayscale: #333333. Windows color (decimal): -11328461 or 3351635. OLE color: 3351635.

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

Color convert

RGB833651-
CMYK00.570.390.67
HSL340.85º39.5%23.33%-
HSV(B)340.85º56.63%32.55%-
XYZ4.83.343.52-
YUV51.76127.57150.28-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 48.82%
GREEN value IS 36 (14.45% from 255) = 21.18%
BLUE value IS 51 (20.31% from 255) = 30%
R=48.82%
G=21.18%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.39
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83365100.570.390.67340.8539.523.33
Hex53243303927431552717
Octal1234463071471035254727
Binary10100111001001100110111001100111100001110101010110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532433; }

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

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

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

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

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

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

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

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