#8c235a

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

Shades of Rose Bud Cherry #8C235A

Tints of Rose Bud Cherry #8C235A

Color information

#8C235A (or 0x8C235A) is unknown color: approx Rose Bud Cherry. HEX triplet: 8C, 23 and 5A. RGB value is (140,35,90). Sum of RGB (Red+Green+Blue) = 140+35+90=265 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.83% from 265); Green value is 35 (14.06% from 255 or 13.21% from 265); Blue value is 90 (35.55% from 255 or 33.96% from 265); Max value from RGB is 140 - color contains mainly: red. Hex color #8C235A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C235A is #73DCA5. Grayscale: #484848. Windows color (decimal): -7593126 or 5907340. OLE color: 5907340.

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

Color convert

RGB1403590-
CMYK00.750.360.45
HSL328.57º60%34.31%-
HSV(B)328.57º75%54.9%-
XYZ13.267.5210.42-
YUV72.67137.79176.03-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 52.83%
GREEN value IS 35 (14.06% from 255) = 13.21%
BLUE value IS 90 (35.55% from 255) = 33.96%
R=52.83%
G=13.21%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.36
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140359000.750.360.45328.576034.31
Hex8C235A04B242D1493c22
Octal21443132011344555117442
Binary10001100100011101101001001011100100101101101001001111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8c235a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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