#532635

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

Shades of Black Rose #532635

Tints of Black Rose #532635

Color information

#532635 (or 0x532635) is unknown color: approx Black Rose. HEX triplet: 53, 26 and 35. RGB value is (83,38,53). Sum of RGB (Red+Green+Blue) = 83+38+53=174 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.70% from 174); Green value is 38 (15.23% from 255 or 21.84% from 174); Blue value is 53 (21.09% from 255 or 30.46% from 174); Max value from RGB is 83 - color contains mainly: red. Hex color #532635 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532635 is #ACD9CA. Grayscale: #353535. Windows color (decimal): -11327947 or 3483219. OLE color: 3483219.

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

Color convert

RGB833853-
CMYK00.540.360.67
HSL340º37.19%23.73%-
HSV(B)340º54.22%32.55%-
XYZ4.93.483.78-
YUV53.16127.91149.28-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 47.70%
GREEN value IS 38 (15.23% from 255) = 21.84%
BLUE value IS 53 (21.09% from 255) = 30.46%
R=47.70%
G=21.84%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.36
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83385300.540.360.6734037.1923.73
Hex53263503624431542518
Octal1234665066441035244530
Binary10100111001101101010110110100100100001110101010010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532635; }

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

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

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

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

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

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

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

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