#532C3C

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

Shades of Black Rose #532C3C

Tints of Black Rose #532C3C

Color information

#532C3C (or 0x532C3C) is unknown color: approx Black Rose. HEX triplet: 53, 2C and 3C. RGB value is (83,44,60). Sum of RGB (Red+Green+Blue) = 83+44+60=187 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.39% from 187); Green value is 44 (17.58% from 255 or 23.53% from 187); Blue value is 60 (23.83% from 255 or 32.09% from 187); Max value from RGB is 83 - color contains mainly: red. Hex color #532C3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532C3C is #ACD3C3. Grayscale: #393939. Windows color (decimal): -11326404 or 3943507. OLE color: 3943507.

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

Color convert

RGB834460-
CMYK00.470.280.67
HSL335.38º30.71%24.9%-
HSV(B)335.38º46.99%32.55%-
XYZ5.283.974.76-
YUV57.48129.42146.2-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 44.39%
GREEN value IS 44 (17.58% from 255) = 23.53%
BLUE value IS 60 (23.83% from 255) = 32.09%
R=44.39%
G=23.53%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.28
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83446000.470.280.67335.3830.7124.9
Hex532C3C02F1C4314f1f19
Octal1235474057341035173731
Binary101001110110011110001011111110010000111010011111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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