#8B235A

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

Shades of Rose Bud Cherry #8B235A

Tints of Rose Bud Cherry #8B235A

Color information

#8B235A (or 0x8B235A) is unknown color: approx Rose Bud Cherry. HEX triplet: 8B, 23 and 5A. RGB value is (139,35,90). Sum of RGB (Red+Green+Blue) = 139+35+90=264 (34% of max value = 765). Red value is 139 (54.69% from 255 or 52.65% from 264); Green value is 35 (14.06% from 255 or 13.26% from 264); Blue value is 90 (35.55% from 255 or 34.09% from 264); Max value from RGB is 139 - color contains mainly: red. Hex color #8B235A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B235A is #74DCA5. Grayscale: #484848. Windows color (decimal): -7658662 or 5907339. OLE color: 5907339.

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

Color convert

RGB1393590-
CMYK00.750.350.45
HSL328.27º59.77%34.12%-
HSV(B)328.27º74.82%54.51%-
XYZ13.097.4310.42-
YUV72.37137.96175.53-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 52.65%
GREEN value IS 35 (14.06% from 255) = 13.26%
BLUE value IS 90 (35.55% from 255) = 34.09%
R=52.65%
G=13.26%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.35
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139359000.750.350.45328.2759.7734.12
Hex8B235A04B232D1483c22
Octal21343132011343555107442
Binary10001011100011101101001001011100011101101101001000111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B235A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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