#8B3461

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

Shades of Rose Bud Cherry #8B3461

Tints of Rose Bud Cherry #8B3461

Color information

#8B3461 (or 0x8B3461) is unknown color: approx Rose Bud Cherry. HEX triplet: 8B, 34 and 61. RGB value is (139,52,97). Sum of RGB (Red+Green+Blue) = 139+52+97=288 (38% of max value = 765). Red value is 139 (54.69% from 255 or 48.26% from 288); Green value is 52 (20.70% from 255 or 18.06% from 288); Blue value is 97 (38.28% from 255 or 33.68% from 288); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3461 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B3461 is #74CB9E. Grayscale: #535353. Windows color (decimal): -7654303 or 6370443. OLE color: 6370443.

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

Color convert

RGB1395297-
CMYK00.630.300.45
HSL328.97º45.55%37.45%-
HSV(B)328.97º62.59%54.51%-
XYZ14.038.8112.27-
YUV83.14135.82167.84-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 48.26%
GREEN value IS 52 (20.70% from 255) = 18.06%
BLUE value IS 97 (38.28% from 255) = 33.68%
R=48.26%
G=18.06%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.30
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139529700.630.300.45328.9745.5537.45
Hex8B346103F1E2D1492e25
Octal2136414107736555115645
Binary100010111101001100001011111111110101101101001001101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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