#532934

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

Shades of Black Rose #532934

Tints of Black Rose #532934

Color information

#532934 (or 0x532934) is unknown color: approx Black Rose. HEX triplet: 53, 29 and 34. RGB value is (83,41,52). Sum of RGB (Red+Green+Blue) = 83+41+52=176 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.16% from 176); Green value is 41 (16.41% from 255 or 23.30% from 176); Blue value is 52 (20.70% from 255 or 29.55% from 176); Max value from RGB is 83 - color contains mainly: red. Hex color #532934 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532934 is #ACD6CB. Grayscale: #363636. Windows color (decimal): -11327180 or 3418451. OLE color: 3418451.

HSL color Cylindrical-coordinate representation of color #532934: hue angle of 344.29º 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 #532934 is Cyan = 0, Magento = 0.51, Yellow = 0.37 and Black (K on CMYK) = 0.67.

Color convert

RGB834152-
CMYK00.510.370.67
HSL344.29º33.87%24.31%-
HSV(B)344.29º50.6%32.55%-
XYZ4.983.673.7-
YUV54.81126.41148.11-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 47.16%
GREEN value IS 41 (16.41% from 255) = 23.30%
BLUE value IS 52 (20.70% from 255) = 29.55%
R=47.16%
G=23.30%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.37
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83415200.510.370.67344.2933.8724.31
Hex53293403325431582218
Octal1235164063451035304230
Binary10100111010011101000110011100101100001110101100010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532934; }

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

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

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

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

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

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

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

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