#552935

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

Shades of Black Rose #552935

Tints of Black Rose #552935

Color information

#552935 (or 0x552935) is unknown color: approx Black Rose. HEX triplet: 55, 29 and 35. RGB value is (85,41,53). Sum of RGB (Red+Green+Blue) = 85+41+53=179 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.49% from 179); Green value is 41 (16.41% from 255 or 22.91% from 179); Blue value is 53 (21.09% from 255 or 29.61% from 179); Max value from RGB is 85 - color contains mainly: red. Hex color #552935 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552935 is #AAD6CA. Grayscale: #373737. Windows color (decimal): -11196107 or 3483989. OLE color: 3483989.

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

Color convert

RGB854153-
CMYK00.520.380.67
HSL343.64º34.92%24.71%-
HSV(B)343.64º51.76%33.33%-
XYZ5.183.773.82-
YUV55.52126.58149.02-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 47.49%
GREEN value IS 41 (16.41% from 255) = 22.91%
BLUE value IS 53 (21.09% from 255) = 29.61%
R=47.49%
G=22.91%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.38
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85415300.520.380.67343.6434.9224.71
Hex55293503426431582319
Octal1255165064461035304331
Binary10101011010011101010110100100110100001110101100010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552935; }

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

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

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

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

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

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

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

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