#552F3E

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

Shades of Black Rose #552F3E

Tints of Black Rose #552F3E

Color information

#552F3E (or 0x552F3E) is unknown color: approx Black Rose. HEX triplet: 55, 2F and 3E. RGB value is (85,47,62). Sum of RGB (Red+Green+Blue) = 85+47+62=194 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.81% from 194); Green value is 47 (18.75% from 255 or 24.23% from 194); Blue value is 62 (24.61% from 255 or 31.96% from 194); Max value from RGB is 85 - color contains mainly: red. Hex color #552F3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552F3E is #AAD0C1. Grayscale: #3C3C3C. Windows color (decimal): -11194562 or 4075349. OLE color: 4075349.

HSL color Cylindrical-coordinate representation of color #552F3E: hue angle of 336.32º 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 #552F3E is Cyan = 0, Magento = 0.45, Yellow = 0.27 and Black (K on CMYK) = 0.67.

Color convert

RGB854762-
CMYK00.450.270.67
HSL336.32º28.79%25.88%-
HSV(B)336.32º44.71%33.33%-
XYZ5.634.315.09-
YUV60.07129.09145.78-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 43.81%
GREEN value IS 47 (18.75% from 255) = 24.23%
BLUE value IS 62 (24.61% from 255) = 31.96%
R=43.81%
G=24.23%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.27
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85476200.450.270.67336.3228.7925.88
Hex552F3E02D1B431501d1a
Octal1255776055331035203532
Binary101010110111111111001011011101110000111010100001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552F3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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