#532730

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

Shades of Black Rose #532730

Tints of Black Rose #532730

Color information

#532730 (or 0x532730) is unknown color: approx Black Rose. HEX triplet: 53, 27 and 30. RGB value is (83,39,48). Sum of RGB (Red+Green+Blue) = 83+39+48=170 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.82% from 170); Green value is 39 (15.62% from 255 or 22.94% from 170); Blue value is 48 (19.14% from 255 or 28.24% from 170); Max value from RGB is 83 - color contains mainly: red. Hex color #532730 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532730 is #ACD8CF. Grayscale: #353535. Windows color (decimal): -11327696 or 3155795. OLE color: 3155795.

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

Color convert

RGB833948-
CMYK00.530.420.67
HSL347.73º36.07%23.92%-
HSV(B)347.73º53.01%32.55%-
XYZ4.833.53.22-
YUV53.18125.08149.27-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 48.82%
GREEN value IS 39 (15.62% from 255) = 22.94%
BLUE value IS 48 (19.14% from 255) = 28.24%
R=48.82%
G=22.94%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.42
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83394800.530.420.67347.7336.0723.92
Hex5327300352A4315c2418
Octal1234760065521035344430
Binary10100111001111100000110101101010100001110101110010010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532730; }

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

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

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

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

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

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

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

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