#532E3C

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

Shades of Black Rose #532E3C

Tints of Black Rose #532E3C

Color information

#532E3C (or 0x532E3C) is unknown color: approx Black Rose. HEX triplet: 53, 2E and 3C. RGB value is (83,46,60). Sum of RGB (Red+Green+Blue) = 83+46+60=189 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.92% from 189); Green value is 46 (18.36% from 255 or 24.34% from 189); Blue value is 60 (23.83% from 255 or 31.75% from 189); Max value from RGB is 83 - color contains mainly: red. Hex color #532E3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532E3C is #ACD1C3. Grayscale: #3A3A3A. Windows color (decimal): -11325892 or 3944019. OLE color: 3944019.

HSL color Cylindrical-coordinate representation of color #532E3C: hue angle of 337.3º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #532E3C is Cyan = 0, Magento = 0.45, Yellow = 0.28 and Black (K on CMYK) = 0.67.

Color convert

RGB834660-
CMYK00.450.280.67
HSL337.3º28.68%25.29%-
HSV(B)337.3º44.58%32.55%-
XYZ5.364.124.79-
YUV58.66128.76145.36-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 43.92%
GREEN value IS 46 (18.36% from 255) = 24.34%
BLUE value IS 60 (23.83% from 255) = 31.75%
R=43.92%
G=24.34%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.28
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83466000.450.280.67337.328.6825.29
Hex532E3C02D1C431511d19
Octal1235674055341035213531
Binary101001110111011110001011011110010000111010100011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532E3C; }

 p { color: rgb(83,46,60); }

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

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

 a { background-color: rgb(83,46,60); }

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

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

 span { border-color: rgb(83,46,60); }

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