#8C225D

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

Shades of Rose Bud Cherry #8C225D

Tints of Rose Bud Cherry #8C225D

Color information

#8C225D (or 0x8C225D) is unknown color: approx Rose Bud Cherry. HEX triplet: 8C, 22 and 5D. RGB value is (140,34,93). Sum of RGB (Red+Green+Blue) = 140+34+93=267 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.43% from 267); Green value is 34 (13.67% from 255 or 12.73% from 267); Blue value is 93 (36.72% from 255 or 34.83% from 267); Max value from RGB is 140 - color contains mainly: red. Hex color #8C225D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C225D is #73DDA2. Grayscale: #484848. Windows color (decimal): -7593379 or 6103692. OLE color: 6103692.

HSL color Cylindrical-coordinate representation of color #8C225D: hue angle of 326.6º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8C225D is Cyan = 0, Magento = 0.76, Yellow = 0.34 and Black (K on CMYK) = 0.45.

Color convert

RGB1403493-
CMYK00.760.340.45
HSL326.6º60.92%34.12%-
HSV(B)326.6º75.71%54.9%-
XYZ13.367.5111.1-
YUV72.42139.62176.2-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 52.43%
GREEN value IS 34 (13.67% from 255) = 12.73%
BLUE value IS 93 (36.72% from 255) = 34.83%
R=52.43%
G=12.73%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.34
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140349300.760.340.45326.660.9234.12
Hex8C225D04C222D1473d22
Octal21442135011442555077542
Binary10001100100010101110101001100100010101101101000111111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C225D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,34,93); }

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

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

 a { background-color: rgb(140,34,93); }

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

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

 span { border-color: rgb(140,34,93); }

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