#532739

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

Shades of Black Rose #532739

Tints of Black Rose #532739

Color information

#532739 (or 0x532739) is unknown color: approx Black Rose. HEX triplet: 53, 27 and 39. RGB value is (83,39,57). Sum of RGB (Red+Green+Blue) = 83+39+57=179 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.37% from 179); Green value is 39 (15.62% from 255 or 21.79% from 179); Blue value is 57 (22.66% from 255 or 31.84% from 179); Max value from RGB is 83 - color contains mainly: red. Hex color #532739 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532739 is #ACD8C6. Grayscale: #363636. Windows color (decimal): -11327687 or 3745619. OLE color: 3745619.

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

Color convert

RGB833957-
CMYK00.530.310.67
HSL335.45º36.07%23.92%-
HSV(B)335.45º53.01%32.55%-
XYZ5.033.594.3-
YUV54.21129.58148.54-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 46.37%
GREEN value IS 39 (15.62% from 255) = 21.79%
BLUE value IS 57 (22.66% from 255) = 31.84%
R=46.37%
G=21.79%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.31
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83395700.530.310.67335.4536.0723.92
Hex5327390351F4314f2418
Octal1234771065371035174430
Binary1010011100111111001011010111111100001110100111110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532739; }

 p { color: rgb(83,39,57); }

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

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

 a { background-color: rgb(83,39,57); }

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

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

 span { border-color: rgb(83,39,57); }

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