#8A3268

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

Shades of Rose Bud Cherry #8A3268

Tints of Rose Bud Cherry #8A3268

Color information

#8A3268 (or 0x8A3268) is unknown color: approx Rose Bud Cherry. HEX triplet: 8A, 32 and 68. RGB value is (138,50,104). Sum of RGB (Red+Green+Blue) = 138+50+104=292 (38% of max value = 765). Red value is 138 (54.30% from 255 or 47.26% from 292); Green value is 50 (19.92% from 255 or 17.12% from 292); Blue value is 104 (41.02% from 255 or 35.62% from 292); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3268 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A3268 is #75CD97. Grayscale: #525252. Windows color (decimal): -7720344 or 6828682. OLE color: 6828682.

HSL color Cylindrical-coordinate representation of color #8A3268: hue angle of 323.18º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8A3268 is Cyan = 0, Magento = 0.64, Yellow = 0.25 and Black (K on CMYK) = 0.46.

Color convert

RGB13850104-
CMYK00.640.250.46
HSL323.18º46.81%36.86%-
HSV(B)323.18º63.77%54.12%-
XYZ14.128.6814.03-
YUV82.47140.15167.61-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 47.26%
GREEN value IS 50 (19.92% from 255) = 17.12%
BLUE value IS 104 (41.02% from 255) = 35.62%
R=47.26%
G=17.12%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.25
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1385010400.640.250.46323.1846.8136.86
Hex8A3268040192E1432f25
Octal21262150010031565035745
Binary1000101011001011010000100000011001101110101000011101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A3268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,50,104); }

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

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

 a { background-color: rgb(138,50,104); }

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

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

 span { border-color: rgb(138,50,104); }

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