#99114E

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

Shades of Jazzberry Jam #99114E

Tints of Jazzberry Jam #99114E

Color information

#99114E (or 0x99114E) is unknown color: approx Jazzberry Jam. HEX triplet: 99, 11 and 4E. RGB value is (153,17,78). Sum of RGB (Red+Green+Blue) = 153+17+78=248 (32% of max value = 765). Red value is 153 (60.16% from 255 or 61.69% from 248); Green value is 17 (7.03% from 255 or 6.85% from 248); Blue value is 78 (30.86% from 255 or 31.45% from 248); Max value from RGB is 153 - color contains mainly: red. Hex color #99114E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99114E is #66EEB1. Grayscale: #404040. Windows color (decimal): -6745778 or 5116313. OLE color: 5116313.

HSL color Cylindrical-coordinate representation of color #99114E: hue angle of 333.09º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #99114E is Cyan = 0, Magento = 0.89, Yellow = 0.49 and Black (K on CMYK) = 0.4.

Color convert

RGB1531778-
CMYK00.890.490.4
HSL333.09º80%33.33%-
HSV(B)333.09º88.89%60%-
XYZ14.717.727.92-
YUV64.62135.56191.04-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 61.69%
GREEN value IS 17 (7.03% from 255) = 6.85%
BLUE value IS 78 (30.86% from 255) = 31.45%
R=61.69%
G=6.85%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.49
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153177800.890.490.4333.098033.33
Hex99114E059312814d5021
Octal231211160131615051512041
Binary10011001100011001110010110011100011010001010011011010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99114E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,17,78); }

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

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

 a { background-color: rgb(153,17,78); }

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

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

 span { border-color: rgb(153,17,78); }

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