#552B3C

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

Shades of Black Rose #552B3C

Tints of Black Rose #552B3C

Color information

#552B3C (or 0x552B3C) is unknown color: approx Black Rose. HEX triplet: 55, 2B and 3C. RGB value is (85,43,60). Sum of RGB (Red+Green+Blue) = 85+43+60=188 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.21% from 188); Green value is 43 (17.19% from 255 or 22.87% from 188); Blue value is 60 (23.83% from 255 or 31.91% from 188); Max value from RGB is 85 - color contains mainly: red. Hex color #552B3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552B3C is #AAD4C3. Grayscale: #393939. Windows color (decimal): -11195588 or 3943253. OLE color: 3943253.

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

Color convert

RGB854360-
CMYK00.490.290.67
HSL335.71º32.81%25.1%-
HSV(B)335.71º49.41%33.33%-
XYZ5.433.994.76-
YUV57.5129.41147.62-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 45.21%
GREEN value IS 43 (17.19% from 255) = 22.87%
BLUE value IS 60 (23.83% from 255) = 31.91%
R=45.21%
G=22.87%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.29
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85436000.490.290.67335.7132.8125.1
Hex552B3C0311D431502119
Octal1255374061351035204131
Binary1010101101011111100011000111101100001110101000010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552B3C; }

 p { color: rgb(85,43,60); }

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

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

 a { background-color: rgb(85,43,60); }

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

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

 span { border-color: rgb(85,43,60); }

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