#532834

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

Shades of Black Rose #532834

Tints of Black Rose #532834

Color information

#532834 (or 0x532834) is unknown color: approx Black Rose. HEX triplet: 53, 28 and 34. RGB value is (83,40,52). Sum of RGB (Red+Green+Blue) = 83+40+52=175 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.43% from 175); Green value is 40 (16.02% from 255 or 22.86% from 175); Blue value is 52 (20.70% from 255 or 29.71% from 175); Max value from RGB is 83 - color contains mainly: red. Hex color #532834 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532834 is #ACD7CB. Grayscale: #363636. Windows color (decimal): -11327436 or 3418195. OLE color: 3418195.

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

Color convert

RGB834052-
CMYK00.520.370.67
HSL343.26º34.96%24.12%-
HSV(B)343.26º51.81%32.55%-
XYZ4.953.63.68-
YUV54.22126.75148.52-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 47.43%
GREEN value IS 40 (16.02% from 255) = 22.86%
BLUE value IS 52 (20.70% from 255) = 29.71%
R=47.43%
G=22.86%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.37
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83405200.520.370.67343.2634.9624.12
Hex53283403425431572318
Octal1235064064451035274330
Binary10100111010001101000110100100101100001110101011110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532834; }

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

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

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

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

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

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

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

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