#552C3B

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

Shades of Black Rose #552C3B

Tints of Black Rose #552C3B

Color information

#552C3B (or 0x552C3B) is unknown color: approx Black Rose. HEX triplet: 55, 2C and 3B. RGB value is (85,44,59). Sum of RGB (Red+Green+Blue) = 85+44+59=188 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.21% from 188); Green value is 44 (17.58% from 255 or 23.40% from 188); Blue value is 59 (23.44% from 255 or 31.38% from 188); Max value from RGB is 85 - color contains mainly: red. Hex color #552C3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552C3B is #AAD3C4. Grayscale: #393939. Windows color (decimal): -11195333 or 3877973. OLE color: 3877973.

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

Color convert

RGB854459-
CMYK00.480.310.67
HSL338.05º31.78%25.29%-
HSV(B)338.05º48.24%33.33%-
XYZ5.444.054.63-
YUV57.97128.58147.28-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 45.21%
GREEN value IS 44 (17.58% from 255) = 23.40%
BLUE value IS 59 (23.44% from 255) = 31.38%
R=45.21%
G=23.40%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.31
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85445900.480.310.67338.0531.7825.29
Hex552C3B0301F431522019
Octal1255473060371035224031
Binary1010101101100111011011000011111100001110101001010000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,44,59); }

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

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

 a { background-color: rgb(85,44,59); }

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

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

 span { border-color: rgb(85,44,59); }

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