#532735

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

Shades of Black Rose #532735

Tints of Black Rose #532735

Color information

#532735 (or 0x532735) is unknown color: approx Black Rose. HEX triplet: 53, 27 and 35. RGB value is (83,39,53). Sum of RGB (Red+Green+Blue) = 83+39+53=175 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.43% from 175); Green value is 39 (15.62% from 255 or 22.29% from 175); Blue value is 53 (21.09% from 255 or 30.29% from 175); Max value from RGB is 83 - color contains mainly: red. Hex color #532735 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532735 is #ACD8CA. Grayscale: #353535. Windows color (decimal): -11327691 or 3483475. OLE color: 3483475.

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

Color convert

RGB833953-
CMYK00.530.360.67
HSL340.91º36.07%23.92%-
HSV(B)340.91º53.01%32.55%-
XYZ4.943.553.79-
YUV53.75127.58148.86-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 47.43%
GREEN value IS 39 (15.62% from 255) = 22.29%
BLUE value IS 53 (21.09% from 255) = 30.29%
R=47.43%
G=22.29%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.36
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83395300.530.360.67340.9136.0723.92
Hex53273503524431552418
Octal1234765065441035254430
Binary10100111001111101010110101100100100001110101010110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532735; }

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

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

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

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

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

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

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

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