#552730

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

Shades of Black Rose #552730

Tints of Black Rose #552730

Color information

#552730 (or 0x552730) is unknown color: approx Black Rose. HEX triplet: 55, 27 and 30. RGB value is (85,39,48). Sum of RGB (Red+Green+Blue) = 85+39+48=172 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.42% from 172); Green value is 39 (15.62% from 255 or 22.67% from 172); Blue value is 48 (19.14% from 255 or 27.91% from 172); Max value from RGB is 85 - color contains mainly: red. Hex color #552730 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552730 is #AAD8CF. Grayscale: #353535. Windows color (decimal): -11196624 or 3155797. OLE color: 3155797.

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

Color convert

RGB853948-
CMYK00.540.440.67
HSL348.26º37.1%24.31%-
HSV(B)348.26º54.12%33.33%-
XYZ5.013.63.23-
YUV53.78124.74150.27-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 49.42%
GREEN value IS 39 (15.62% from 255) = 22.67%
BLUE value IS 48 (19.14% from 255) = 27.91%
R=49.42%
G=22.67%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.44
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85394800.540.440.67348.2637.124.31
Hex5527300362C4315c2518
Octal1254760066541035344530
Binary10101011001111100000110110101100100001110101110010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552730; }

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

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

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

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

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

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

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

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