#8A1F59

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

Shades of Rose Bud Cherry #8A1F59

Tints of Rose Bud Cherry #8A1F59

Color information

#8A1F59 (or 0x8A1F59) is unknown color: approx Rose Bud Cherry. HEX triplet: 8A, 1F and 59. RGB value is (138,31,89). Sum of RGB (Red+Green+Blue) = 138+31+89=258 (34% of max value = 765). Red value is 138 (54.30% from 255 or 53.49% from 258); Green value is 31 (12.5% from 255 or 12.02% from 258); Blue value is 89 (35.16% from 255 or 34.50% from 258); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1F59 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A1F59 is #75E0A6. Grayscale: #454545. Windows color (decimal): -7725223 or 5840778. OLE color: 5840778.

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

Color convert

RGB1383189-
CMYK00.780.360.46
HSL327.48º63.31%33.14%-
HSV(B)327.48º77.54%54.12%-
XYZ12.777.110.15-
YUV69.6138.95176.78-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 53.49%
GREEN value IS 31 (12.5% from 255) = 12.02%
BLUE value IS 89 (35.16% from 255) = 34.50%
R=53.49%
G=12.02%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.36
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138318900.780.360.46327.4863.3133.14
Hex8A1F5904E242E1473f21
Octal21237131011644565077741
Binary1000101011111101100101001110100100101110101000111111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A1F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,31,89); }

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

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

 a { background-color: rgb(138,31,89); }

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

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

 span { border-color: rgb(138,31,89); }

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