#8B2362

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

Shades of Rose Bud Cherry #8B2362

Tints of Rose Bud Cherry #8B2362

Color information

#8B2362 (or 0x8B2362) is unknown color: approx Rose Bud Cherry. HEX triplet: 8B, 23 and 62. RGB value is (139,35,98). Sum of RGB (Red+Green+Blue) = 139+35+98=272 (36% of max value = 765). Red value is 139 (54.69% from 255 or 51.10% from 272); Green value is 35 (14.06% from 255 or 12.87% from 272); Blue value is 98 (38.67% from 255 or 36.03% from 272); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2362 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B2362 is #74DC9D. Grayscale: #494949. Windows color (decimal): -7658654 or 6431627. OLE color: 6431627.

HSL color Cylindrical-coordinate representation of color #8B2362: hue angle of 323.65º 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 #8B2362 is Cyan = 0, Magento = 0.75, Yellow = 0.29 and Black (K on CMYK) = 0.45.

Color convert

RGB1393598-
CMYK00.750.290.45
HSL323.65º59.77%34.12%-
HSV(B)323.65º74.82%54.51%-
XYZ13.457.5712.31-
YUV73.28141.96174.88-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 51.10%
GREEN value IS 35 (14.06% from 255) = 12.87%
BLUE value IS 98 (38.67% from 255) = 36.03%
R=51.10%
G=12.87%
B=36.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.29
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139359800.750.290.45323.6559.7734.12
Hex8B236204B1D2D1443c22
Octal21343142011335555047442
Binary1000101110001111000100100101111101101101101000100111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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