#532030

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

Shades of Black Rose #532030

Tints of Black Rose #532030

Color information

#532030 (or 0x532030) is unknown color: approx Black Rose. HEX triplet: 53, 20 and 30. RGB value is (83,32,48). Sum of RGB (Red+Green+Blue) = 83+32+48=163 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.92% from 163); Green value is 32 (12.89% from 255 or 19.63% from 163); Blue value is 48 (19.14% from 255 or 29.45% from 163); Max value from RGB is 83 - color contains mainly: red. Hex color #532030 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532030 is #ACDFCF. Grayscale: #313131. Windows color (decimal): -11329488 or 3154003. OLE color: 3154003.

HSL color Cylindrical-coordinate representation of color #532030: hue angle of 341.18º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #532030 is Cyan = 0, Magento = 0.61, Yellow = 0.42 and Black (K on CMYK) = 0.67.

Color convert

RGB833248-
CMYK00.610.420.67
HSL341.18º44.35%22.55%-
HSV(B)341.18º61.45%32.55%-
XYZ4.623.093.15-
YUV49.07127.4152.2-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 50.92%
GREEN value IS 32 (12.89% from 255) = 19.63%
BLUE value IS 48 (19.14% from 255) = 29.45%
R=50.92%
G=19.63%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.42
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83324800.610.420.67341.1844.3522.55
Hex53203003D2A431552c17
Octal1234060075521035255427
Binary10100111000001100000111101101010100001110101010110110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532030; }

 p { color: rgb(83,32,48); }

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

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

 a { background-color: rgb(83,32,48); }

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

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

 span { border-color: rgb(83,32,48); }

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