#8A3261

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

Shades of Rose Bud Cherry #8A3261

Tints of Rose Bud Cherry #8A3261

Color information

#8A3261 (or 0x8A3261) is unknown color: approx Rose Bud Cherry. HEX triplet: 8A, 32 and 61. RGB value is (138,50,97). Sum of RGB (Red+Green+Blue) = 138+50+97=285 (37% of max value = 765). Red value is 138 (54.30% from 255 or 48.42% from 285); Green value is 50 (19.92% from 255 or 17.54% from 285); Blue value is 97 (38.28% from 255 or 34.04% from 285); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3261 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A3261 is #75CD9E. Grayscale: #515151. Windows color (decimal): -7720351 or 6369930. OLE color: 6369930.

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

Color convert

RGB1385097-
CMYK00.640.300.46
HSL327.95º46.81%36.86%-
HSV(B)327.95º63.77%54.12%-
XYZ13.788.5512.23-
YUV81.67136.65168.18-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 48.42%
GREEN value IS 50 (19.92% from 255) = 17.54%
BLUE value IS 97 (38.28% from 255) = 34.04%
R=48.42%
G=17.54%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.30
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138509700.640.300.46327.9546.8136.86
Hex8A32610401E2E1482f25
Octal21262141010036565105745
Binary1000101011001011000010100000011110101110101001000101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A3261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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