#8A195A

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

Shades of Rose Bud Cherry #8A195A

Tints of Rose Bud Cherry #8A195A

Color information

#8A195A (or 0x8A195A) is unknown color: approx Rose Bud Cherry. HEX triplet: 8A, 19 and 5A. RGB value is (138,25,90). Sum of RGB (Red+Green+Blue) = 138+25+90=253 (33% of max value = 765). Red value is 138 (54.30% from 255 or 54.55% from 253); Green value is 25 (10.16% from 255 or 9.88% from 253); Blue value is 90 (35.55% from 255 or 35.57% from 253); Max value from RGB is 138 - color contains mainly: red. Hex color #8A195A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A195A is #75E6A5. Grayscale: #424242. Windows color (decimal): -7726758 or 5904778. OLE color: 5904778.

HSL color Cylindrical-coordinate representation of color #8A195A: hue angle of 325.49º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8A195A is Cyan = 0, Magento = 0.82, Yellow = 0.35 and Black (K on CMYK) = 0.46.

Color convert

RGB1382590-
CMYK00.820.350.46
HSL325.49º69.33%31.96%-
HSV(B)325.49º81.88%54.12%-
XYZ12.676.8410.32-
YUV66.2141.44179.21-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 54.55%
GREEN value IS 25 (10.16% from 255) = 9.88%
BLUE value IS 90 (35.55% from 255) = 35.57%
R=54.55%
G=9.88%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.35
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138259000.820.350.46325.4969.3331.96
Hex8A195A052232E1454520
Octal212311320122435650510540
Binary10001010110011011010010100101000111011101010001011000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A195A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,25,90); }

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

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

 a { background-color: rgb(138,25,90); }

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

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

 span { border-color: rgb(138,25,90); }

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