#8B2455

Color #8B2455 Rose Bud Cherry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Bud Cherry #8B2455

Tints of Rose Bud Cherry #8B2455

Color information

#8B2455 (or 0x8B2455) is unknown color: approx Rose Bud Cherry. HEX triplet: 8B, 24 and 55. RGB value is (139,36,85). Sum of RGB (Red+Green+Blue) = 139+36+85=260 (34% of max value = 765). Red value is 139 (54.69% from 255 or 53.46% from 260); Green value is 36 (14.45% from 255 or 13.85% from 260); Blue value is 85 (33.59% from 255 or 32.69% from 260); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2455 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B2455 is #74DBAA. Grayscale: #484848. Windows color (decimal): -7658411 or 5579915. OLE color: 5579915.

HSL color Cylindrical-coordinate representation of color #8B2455: hue angle of 331.46º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8B2455 is Cyan = 0, Magento = 0.74, Yellow = 0.39 and Black (K on CMYK) = 0.45.

Color convert

RGB1393685-
CMYK00.740.390.45
HSL331.46º58.86%34.31%-
HSV(B)331.46º74.1%54.51%-
XYZ12.927.419.34-
YUV72.38135.12175.52-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 53.46%
GREEN value IS 36 (14.45% from 255) = 13.85%
BLUE value IS 85 (33.59% from 255) = 32.69%
R=53.46%
G=13.85%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.39
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139368500.740.390.45331.4658.8634.31
Hex8B245504A272D14b3b22
Octal21344125011247555137342
Binary10001011100100101010101001010100111101101101001011111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B2455; }

 p { color: rgb(139,36,85); }

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

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

 a { background-color: rgb(139,36,85); }

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

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

 span { border-color: rgb(139,36,85); }

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