#8A144B

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

Shades of Rose Bud Cherry #8A144B

Tints of Rose Bud Cherry #8A144B

Color information

#8A144B (or 0x8A144B) is unknown color: approx Rose Bud Cherry. HEX triplet: 8A, 14 and 4B. RGB value is (138,20,75). Sum of RGB (Red+Green+Blue) = 138+20+75=233 (30% of max value = 765). Red value is 138 (54.30% from 255 or 59.23% from 233); Green value is 20 (8.20% from 255 or 8.58% from 233); Blue value is 75 (29.69% from 255 or 32.19% from 233); Max value from RGB is 138 - color contains mainly: red. Hex color #8A144B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A144B is #75EBB4. Grayscale: #3D3D3D. Windows color (decimal): -7728053 or 4920458. OLE color: 4920458.

HSL color Cylindrical-coordinate representation of color #8A144B: hue angle of 332.03º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8A144B is Cyan = 0, Magento = 0.86, Yellow = 0.46 and Black (K on CMYK) = 0.46.

Color convert

RGB1382075-
CMYK00.860.460.46
HSL332.03º74.68%30.98%-
HSV(B)332.03º85.51%54.12%-
XYZ126.417.26-
YUV61.55135.59182.53-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 59.23%
GREEN value IS 20 (8.20% from 255) = 8.58%
BLUE value IS 75 (29.69% from 255) = 32.19%
R=59.23%
G=8.58%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.46
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138207500.860.460.46332.0374.6830.98
Hex8A144B0562E2E14c4b1f
Octal212241130126565651411337
Binary1000101010100100101101010110101110101110101001100100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A144B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,20,75); }

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

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

 a { background-color: rgb(138,20,75); }

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

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

 span { border-color: rgb(138,20,75); }

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