#99145E

Color #99145E Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #99145E

Tints of Jazzberry Jam #99145E

Color information

#99145E (or 0x99145E) is unknown color: approx Jazzberry Jam. HEX triplet: 99, 14 and 5E. RGB value is (153,20,94). Sum of RGB (Red+Green+Blue) = 153+20+94=267 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.30% from 267); Green value is 20 (8.20% from 255 or 7.49% from 267); Blue value is 94 (37.11% from 255 or 35.21% from 267); Max value from RGB is 153 - color contains mainly: red. Hex color #99145E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99145E is #66EBA1. Grayscale: #444444. Windows color (decimal): -6744994 or 6165657. OLE color: 6165657.

HSL color Cylindrical-coordinate representation of color #99145E: hue angle of 326.62º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #99145E is Cyan = 0, Magento = 0.87, Yellow = 0.39 and Black (K on CMYK) = 0.4.

Color convert

RGB1532094-
CMYK00.870.390.4
HSL326.62º76.88%33.92%-
HSV(B)326.62º86.93%60%-
XYZ15.418.0811.34-
YUV68.2142.56188.48-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 57.30%
GREEN value IS 20 (8.20% from 255) = 7.49%
BLUE value IS 94 (37.11% from 255) = 35.21%
R=57.30%
G=7.49%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.39
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153209400.870.390.4326.6276.8833.92
Hex99145E05727281474d22
Octal231241360127475050711542
Binary10011001101001011110010101111001111010001010001111001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99145E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99145E; }

 p { color: rgb(153,20,94); }

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

<style>
 a { background-color: #99145E; }

 a { background-color: rgb(153,20,94); }

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

<style>
 span { border-color: #99145E; }

 span { border-color: rgb(153,20,94); }

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