#532933

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

Shades of Black Rose #532933

Tints of Black Rose #532933

Color information

#532933 (or 0x532933) is unknown color: approx Black Rose. HEX triplet: 53, 29 and 33. RGB value is (83,41,51). Sum of RGB (Red+Green+Blue) = 83+41+51=175 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.43% from 175); Green value is 41 (16.41% from 255 or 23.43% from 175); Blue value is 51 (20.31% from 255 or 29.14% from 175); Max value from RGB is 83 - color contains mainly: red. Hex color #532933 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532933 is #ACD6CC. Grayscale: #363636. Windows color (decimal): -11327181 or 3352915. OLE color: 3352915.

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

Color convert

RGB834151-
CMYK00.510.390.67
HSL345.71º33.87%24.31%-
HSV(B)345.71º50.6%32.55%-
XYZ4.963.663.58-
YUV54.7125.91148.19-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 47.43%
GREEN value IS 41 (16.41% from 255) = 23.43%
BLUE value IS 51 (20.31% from 255) = 29.14%
R=47.43%
G=23.43%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.39
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83415100.510.390.67345.7133.8724.31
Hex532933033274315a2218
Octal1235163063471035324230
Binary10100111010011100110110011100111100001110101101010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532933; }

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

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

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

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

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

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

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

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