#552538

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

Shades of Black Rose #552538

Tints of Black Rose #552538

Color information

#552538 (or 0x552538) is unknown color: approx Black Rose. HEX triplet: 55, 25 and 38. RGB value is (85,37,56). Sum of RGB (Red+Green+Blue) = 85+37+56=178 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.75% from 178); Green value is 37 (14.84% from 255 or 20.79% from 178); Blue value is 56 (22.27% from 255 or 31.46% from 178); Max value from RGB is 85 - color contains mainly: red. Hex color #552538 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552538 is #AADAC7. Grayscale: #353535. Windows color (decimal): -11197128 or 3679573. OLE color: 3679573.

HSL color Cylindrical-coordinate representation of color #552538: hue angle of 336.25º 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 #552538 is Cyan = 0, Magento = 0.56, Yellow = 0.34 and Black (K on CMYK) = 0.67.

Color convert

RGB853756-
CMYK00.560.340.67
HSL336.25º39.34%23.92%-
HSV(B)336.25º56.47%33.33%-
XYZ5.123.544.15-
YUV53.52129.4150.46-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 47.75%
GREEN value IS 37 (14.84% from 255) = 20.79%
BLUE value IS 56 (22.27% from 255) = 31.46%
R=47.75%
G=20.79%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.34
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85375600.560.340.67336.2539.3423.92
Hex55253803822431502718
Octal1254570070421035204730
Binary10101011001011110000111000100010100001110101000010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552538; }

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

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

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

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

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

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

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

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