#8A205D

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

Shades of Rose Bud Cherry #8A205D

Tints of Rose Bud Cherry #8A205D

Color information

#8A205D (or 0x8A205D) is unknown color: approx Rose Bud Cherry. HEX triplet: 8A, 20 and 5D. RGB value is (138,32,93). Sum of RGB (Red+Green+Blue) = 138+32+93=263 (34% of max value = 765). Red value is 138 (54.30% from 255 or 52.47% from 263); Green value is 32 (12.89% from 255 or 12.17% from 263); Blue value is 93 (36.72% from 255 or 35.36% from 263); Max value from RGB is 138 - color contains mainly: red. Hex color #8A205D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A205D is #75DFA2. Grayscale: #464646. Windows color (decimal): -7724963 or 6103178. OLE color: 6103178.

HSL color Cylindrical-coordinate representation of color #8A205D: hue angle of 325.47º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8A205D is Cyan = 0, Magento = 0.77, Yellow = 0.33 and Black (K on CMYK) = 0.46.

Color convert

RGB1383293-
CMYK00.770.330.46
HSL325.47º62.35%33.33%-
HSV(B)325.47º76.81%54.12%-
XYZ12.977.2311.07-
YUV70.65140.62176.04-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 52.47%
GREEN value IS 32 (12.89% from 255) = 12.17%
BLUE value IS 93 (36.72% from 255) = 35.36%
R=52.47%
G=12.17%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.33
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138329300.770.330.46325.4762.3533.33
Hex8A205D04D212E1453e21
Octal21240135011541565057641
Binary10001010100000101110101001101100001101110101000101111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A205D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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