#552634

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

Shades of Black Rose #552634

Tints of Black Rose #552634

Color information

#552634 (or 0x552634) is unknown color: approx Black Rose. HEX triplet: 55, 26 and 34. RGB value is (85,38,52). Sum of RGB (Red+Green+Blue) = 85+38+52=175 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.57% from 175); Green value is 38 (15.23% from 255 or 21.71% from 175); Blue value is 52 (20.70% from 255 or 29.71% from 175); Max value from RGB is 85 - color contains mainly: red. Hex color #552634 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552634 is #AAD9CB. Grayscale: #353535. Windows color (decimal): -11196876 or 3417685. OLE color: 3417685.

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

Color convert

RGB853852-
CMYK00.550.390.67
HSL342.13º38.21%24.12%-
HSV(B)342.13º55.29%33.33%-
XYZ5.063.573.67-
YUV53.65127.07150.36-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 48.57%
GREEN value IS 38 (15.23% from 255) = 21.71%
BLUE value IS 52 (20.70% from 255) = 29.71%
R=48.57%
G=21.71%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.39
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85385200.550.390.67342.1338.2124.12
Hex55263403727431562618
Octal1254664067471035264630
Binary10101011001101101000110111100111100001110101011010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552634; }

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

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

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

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

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

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

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

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