#552F3D

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

Shades of Black Rose #552F3D

Tints of Black Rose #552F3D

Color information

#552F3D (or 0x552F3D) is unknown color: approx Black Rose. HEX triplet: 55, 2F and 3D. RGB value is (85,47,61). Sum of RGB (Red+Green+Blue) = 85+47+61=193 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.04% from 193); Green value is 47 (18.75% from 255 or 24.35% from 193); Blue value is 61 (24.22% from 255 or 31.61% from 193); Max value from RGB is 85 - color contains mainly: red. Hex color #552F3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552F3D is #AAD0C2. Grayscale: #3B3B3B. Windows color (decimal): -11194563 or 4009813. OLE color: 4009813.

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

Color convert

RGB854761-
CMYK00.450.280.67
HSL337.89º28.79%25.88%-
HSV(B)337.89º44.71%33.33%-
XYZ5.614.34.95-
YUV59.96128.59145.86-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.04%
GREEN value IS 47 (18.75% from 255) = 24.35%
BLUE value IS 61 (24.22% from 255) = 31.61%
R=44.04%
G=24.35%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.28
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85476100.450.280.67337.8928.7925.88
Hex552F3D02D1C431521d1a
Octal1255775055341035223532
Binary101010110111111110101011011110010000111010100101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,47,61); }

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

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

 a { background-color: rgb(85,47,61); }

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

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

 span { border-color: rgb(85,47,61); }

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