#8B2261

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

Shades of Rose Bud Cherry #8B2261

Tints of Rose Bud Cherry #8B2261

Color information

#8B2261 (or 0x8B2261) is unknown color: approx Rose Bud Cherry. HEX triplet: 8B, 22 and 61. RGB value is (139,34,97). Sum of RGB (Red+Green+Blue) = 139+34+97=270 (35% of max value = 765). Red value is 139 (54.69% from 255 or 51.48% from 270); Green value is 34 (13.67% from 255 or 12.59% from 270); Blue value is 97 (38.28% from 255 or 35.93% from 270); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2261 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B2261 is #74DD9E. Grayscale: #484848. Windows color (decimal): -7658911 or 6365835. OLE color: 6365835.

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

Color convert

RGB1393497-
CMYK00.760.300.45
HSL324º60.69%33.92%-
HSV(B)324º75.54%54.51%-
XYZ13.387.512.05-
YUV72.58141.79175.38-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 51.48%
GREEN value IS 34 (13.67% from 255) = 12.59%
BLUE value IS 97 (38.28% from 255) = 35.93%
R=51.48%
G=12.59%
B=35.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.30
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139349700.760.300.4532460.6933.92
Hex8B226104C1E2D1443d22
Octal21342141011436555047542
Binary1000101110001011000010100110011110101101101000100111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,34,97); }

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

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

 a { background-color: rgb(139,34,97); }

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

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

 span { border-color: rgb(139,34,97); }

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