#552630

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

Shades of Black Rose #552630

Tints of Black Rose #552630

Color information

#552630 (or 0x552630) is unknown color: approx Black Rose. HEX triplet: 55, 26 and 30. RGB value is (85,38,48). Sum of RGB (Red+Green+Blue) = 85+38+48=171 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.71% from 171); Green value is 38 (15.23% from 255 or 22.22% from 171); Blue value is 48 (19.14% from 255 or 28.07% from 171); Max value from RGB is 85 - color contains mainly: red. Hex color #552630 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552630 is #AAD9CF. Grayscale: #353535. Windows color (decimal): -11196880 or 3155541. OLE color: 3155541.

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

Color convert

RGB853848-
CMYK00.550.440.67
HSL347.23º38.21%24.12%-
HSV(B)347.23º55.29%33.33%-
XYZ4.973.533.22-
YUV53.19125.07150.69-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 49.71%
GREEN value IS 38 (15.23% from 255) = 22.22%
BLUE value IS 48 (19.14% from 255) = 28.07%
R=49.71%
G=22.22%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.44
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85384800.550.440.67347.2338.2124.12
Hex5526300372C4315b2618
Octal1254660067541035334630
Binary10101011001101100000110111101100100001110101101110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552630; }

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

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

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

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

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

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

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

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