#8B245C

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

Shades of Rose Bud Cherry #8B245C

Tints of Rose Bud Cherry #8B245C

Color information

#8B245C (or 0x8B245C) is unknown color: approx Rose Bud Cherry. HEX triplet: 8B, 24 and 5C. RGB value is (139,36,92). Sum of RGB (Red+Green+Blue) = 139+36+92=267 (35% of max value = 765). Red value is 139 (54.69% from 255 or 52.06% from 267); Green value is 36 (14.45% from 255 or 13.48% from 267); Blue value is 92 (36.33% from 255 or 34.46% from 267); Max value from RGB is 139 - color contains mainly: red. Hex color #8B245C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B245C is #74DBA3. Grayscale: #494949. Windows color (decimal): -7658404 or 6038667. OLE color: 6038667.

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

Color convert

RGB1393692-
CMYK00.740.340.45
HSL327.38º58.86%34.31%-
HSV(B)327.38º74.1%54.51%-
XYZ13.217.5210.88-
YUV73.18138.62174.95-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 52.06%
GREEN value IS 36 (14.45% from 255) = 13.48%
BLUE value IS 92 (36.33% from 255) = 34.46%
R=52.06%
G=13.48%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.34
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139369200.740.340.45327.3858.8634.31
Hex8B245C04A222D1473b22
Octal21344134011242555077342
Binary10001011100100101110001001010100010101101101000111111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B245C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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