#8A185D

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

Shades of Rose Bud Cherry #8A185D

Tints of Rose Bud Cherry #8A185D

Color information

#8A185D (or 0x8A185D) is unknown color: approx Rose Bud Cherry. HEX triplet: 8A, 18 and 5D. RGB value is (138,24,93). Sum of RGB (Red+Green+Blue) = 138+24+93=255 (33% of max value = 765). Red value is 138 (54.30% from 255 or 54.12% from 255); Green value is 24 (9.77% from 255 or 9.41% from 255); Blue value is 93 (36.72% from 255 or 36.47% from 255); Max value from RGB is 138 - color contains mainly: red. Hex color #8A185D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A185D is #75E7A2. Grayscale: #414141. Windows color (decimal): -7727011 or 6101130. OLE color: 6101130.

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

Color convert

RGB1382493-
CMYK00.830.330.46
HSL323.68º70.37%31.76%-
HSV(B)323.68º82.61%54.12%-
XYZ12.786.8511-
YUV65.95143.27179.39-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 54.12%
GREEN value IS 24 (9.77% from 255) = 9.41%
BLUE value IS 93 (36.72% from 255) = 36.47%
R=54.12%
G=9.41%
B=36.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.33
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138249300.830.330.46323.6870.3731.76
Hex8A185D053212E1444620
Octal212301350123415650410640
Binary10001010110001011101010100111000011011101010001001000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A185D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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