#8A2764

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

Shades of Rose Bud Cherry #8A2764

Tints of Rose Bud Cherry #8A2764

Color information

#8A2764 (or 0x8A2764) is unknown color: approx Rose Bud Cherry. HEX triplet: 8A, 27 and 64. RGB value is (138,39,100). Sum of RGB (Red+Green+Blue) = 138+39+100=277 (36% of max value = 765). Red value is 138 (54.30% from 255 or 49.82% from 277); Green value is 39 (15.62% from 255 or 14.08% from 277); Blue value is 100 (39.45% from 255 or 36.10% from 277); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2764 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A2764 is #75D89B. Grayscale: #4B4B4B. Windows color (decimal): -7723164 or 6563722. OLE color: 6563722.

HSL color Cylindrical-coordinate representation of color #8A2764: hue angle of 323.03º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8A2764 is Cyan = 0, Magento = 0.72, Yellow = 0.28 and Black (K on CMYK) = 0.46.

Color convert

RGB13839100-
CMYK00.720.280.46
HSL323.03º55.93%34.71%-
HSV(B)323.03º71.74%54.12%-
XYZ13.517.7712.85-
YUV75.56141.8172.54-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 49.82%
GREEN value IS 39 (15.62% from 255) = 14.08%
BLUE value IS 100 (39.45% from 255) = 36.10%
R=49.82%
G=14.08%
B=36.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.28
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1383910000.720.280.46323.0355.9334.71
Hex8A27640481C2E1433823
Octal21247144011034565037043
Binary1000101010011111001000100100011100101110101000011111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A2764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,39,100); }

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

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

 a { background-color: rgb(138,39,100); }

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

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

 span { border-color: rgb(138,39,100); }

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