#552934

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

Shades of Black Rose #552934

Tints of Black Rose #552934

Color information

#552934 (or 0x552934) is unknown color: approx Black Rose. HEX triplet: 55, 29 and 34. RGB value is (85,41,52). Sum of RGB (Red+Green+Blue) = 85+41+52=178 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.75% from 178); Green value is 41 (16.41% from 255 or 23.03% from 178); Blue value is 52 (20.70% from 255 or 29.21% from 178); Max value from RGB is 85 - color contains mainly: red. Hex color #552934 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552934 is #AAD6CB. Grayscale: #373737. Windows color (decimal): -11196108 or 3418453. OLE color: 3418453.

HSL color Cylindrical-coordinate representation of color #552934: hue angle of 345º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #552934 is Cyan = 0, Magento = 0.52, Yellow = 0.39 and Black (K on CMYK) = 0.67.

Color convert

RGB854152-
CMYK00.520.390.67
HSL345º34.92%24.71%-
HSV(B)345º51.76%33.33%-
XYZ5.163.773.7-
YUV55.41126.08149.11-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 47.75%
GREEN value IS 41 (16.41% from 255) = 23.03%
BLUE value IS 52 (20.70% from 255) = 29.21%
R=47.75%
G=23.03%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.39
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85415200.520.390.6734534.9224.71
Hex55293403427431592319
Octal1255164064471035314331
Binary10101011010011101000110100100111100001110101100110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552934; }

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

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

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

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

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

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

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

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