#55262F

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

Shades of Black Rose #55262F

Tints of Black Rose #55262F

Color information

#55262F (or 0x55262F) is unknown color: approx Black Rose. HEX triplet: 55, 26 and 2F. RGB value is (85,38,47). Sum of RGB (Red+Green+Blue) = 85+38+47=170 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50% from 170); Green value is 38 (15.23% from 255 or 22.35% from 170); Blue value is 47 (18.75% from 255 or 27.65% from 170); Max value from RGB is 85 - color contains mainly: red. Hex color #55262F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55262F is #AAD9D0. Grayscale: #353535. Windows color (decimal): -11196881 or 3090005. OLE color: 3090005.

HSL color Cylindrical-coordinate representation of color #55262F: hue angle of 348.51º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #55262F is Cyan = 0, Magento = 0.55, Yellow = 0.45 and Black (K on CMYK) = 0.67.

Color convert

RGB853847-
CMYK00.550.450.67
HSL348.51º38.21%24.12%-
HSV(B)348.51º55.29%33.33%-
XYZ4.953.523.11-
YUV53.08124.57150.77-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 50%
GREEN value IS 38 (15.23% from 255) = 22.35%
BLUE value IS 47 (18.75% from 255) = 27.65%
R=50%
G=22.35%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.45
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85384700.550.450.67348.5138.2124.12
Hex55262F0372D4315d2618
Octal1254657067551035354630
Binary10101011001101011110110111101101100001110101110110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55262F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55262F; }

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

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

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

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

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

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

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

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