#8B2355

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

Shades of Rose Bud Cherry #8B2355

Tints of Rose Bud Cherry #8B2355

Color information

#8B2355 (or 0x8B2355) is unknown color: approx Rose Bud Cherry. HEX triplet: 8B, 23 and 55. RGB value is (139,35,85). Sum of RGB (Red+Green+Blue) = 139+35+85=259 (34% of max value = 765). Red value is 139 (54.69% from 255 or 53.67% from 259); Green value is 35 (14.06% from 255 or 13.51% from 259); Blue value is 85 (33.59% from 255 or 32.82% from 259); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2355 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B2355 is #74DCAA. Grayscale: #474747. Windows color (decimal): -7658667 or 5579659. OLE color: 5579659.

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

Color convert

RGB1393585-
CMYK00.750.390.45
HSL331.15º59.77%34.12%-
HSV(B)331.15º74.82%54.51%-
XYZ12.897.359.33-
YUV71.8135.46175.93-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 53.67%
GREEN value IS 35 (14.06% from 255) = 13.51%
BLUE value IS 85 (33.59% from 255) = 32.82%
R=53.67%
G=13.51%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.39
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139358500.750.390.45331.1559.7734.12
Hex8B235504B272D14b3c22
Octal21343125011347555137442
Binary10001011100011101010101001011100111101101101001011111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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