#8A275D

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

Shades of Rose Bud Cherry #8A275D

Tints of Rose Bud Cherry #8A275D

Color information

#8A275D (or 0x8A275D) is unknown color: approx Rose Bud Cherry. HEX triplet: 8A, 27 and 5D. RGB value is (138,39,93). Sum of RGB (Red+Green+Blue) = 138+39+93=270 (35% of max value = 765). Red value is 138 (54.30% from 255 or 51.11% from 270); Green value is 39 (15.62% from 255 or 14.44% from 270); Blue value is 93 (36.72% from 255 or 34.44% from 270); Max value from RGB is 138 - color contains mainly: red. Hex color #8A275D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A275D is #75D8A2. Grayscale: #4A4A4A. Windows color (decimal): -7723171 or 6104970. OLE color: 6104970.

HSL color Cylindrical-coordinate representation of color #8A275D: hue angle of 327.27º 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 #8A275D is Cyan = 0, Magento = 0.72, Yellow = 0.33 and Black (K on CMYK) = 0.46.

Color convert

RGB1383993-
CMYK00.720.330.46
HSL327.27º55.93%34.71%-
HSV(B)327.27º71.74%54.12%-
XYZ13.187.6411.14-
YUV74.76138.3173.11-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 51.11%
GREEN value IS 39 (15.62% from 255) = 14.44%
BLUE value IS 93 (36.72% from 255) = 34.44%
R=51.11%
G=14.44%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.33
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138399300.720.330.46327.2755.9334.71
Hex8A275D048212E1473823
Octal21247135011041565077043
Binary10001010100111101110101001000100001101110101000111111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A275D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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