#532331

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

Shades of Black Rose #532331

Tints of Black Rose #532331

Color information

#532331 (or 0x532331) is unknown color: approx Black Rose. HEX triplet: 53, 23 and 31. RGB value is (83,35,49). Sum of RGB (Red+Green+Blue) = 83+35+49=167 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.70% from 167); Green value is 35 (14.06% from 255 or 20.96% from 167); Blue value is 49 (19.53% from 255 or 29.34% from 167); Max value from RGB is 83 - color contains mainly: red. Hex color #532331 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532331 is #ACDCCE. Grayscale: #323232. Windows color (decimal): -11328719 or 3220307. OLE color: 3220307.

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

Color convert

RGB833549-
CMYK00.580.410.67
HSL342.5º40.68%23.14%-
HSV(B)342.5º57.83%32.55%-
XYZ4.723.263.29-
YUV50.95126.9150.86-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 49.70%
GREEN value IS 35 (14.06% from 255) = 20.96%
BLUE value IS 49 (19.53% from 255) = 29.34%
R=49.70%
G=20.96%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.41
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83354900.580.410.67342.540.6823.14
Hex53233103A29431562917
Octal1234361072511035265127
Binary10100111000111100010111010101001100001110101011010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532331; }

 p { color: rgb(83,35,49); }

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

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

 a { background-color: rgb(83,35,49); }

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

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

 span { border-color: rgb(83,35,49); }

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