#552533

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

Shades of Black Rose #552533

Tints of Black Rose #552533

Color information

#552533 (or 0x552533) is unknown color: approx Black Rose. HEX triplet: 55, 25 and 33. RGB value is (85,37,51). Sum of RGB (Red+Green+Blue) = 85+37+51=173 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.13% from 173); Green value is 37 (14.84% from 255 or 21.39% from 173); Blue value is 51 (20.31% from 255 or 29.48% from 173); Max value from RGB is 85 - color contains mainly: red. Hex color #552533 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552533 is #AADACC. Grayscale: #343434. Windows color (decimal): -11197133 or 3351893. OLE color: 3351893.

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

Color convert

RGB853751-
CMYK00.560.400.67
HSL342.5º39.34%23.92%-
HSV(B)342.5º56.47%33.33%-
XYZ5.013.493.54-
YUV52.95126.9150.86-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 49.13%
GREEN value IS 37 (14.84% from 255) = 21.39%
BLUE value IS 51 (20.31% from 255) = 29.48%
R=49.13%
G=21.39%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.40
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85375100.560.400.67342.539.3423.92
Hex55253303828431562718
Octal1254563070501035264730
Binary10101011001011100110111000101000100001110101011010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552533; }

 p { color: rgb(85,37,51); }

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

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

 a { background-color: rgb(85,37,51); }

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

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

 span { border-color: rgb(85,37,51); }

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