#99034E

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

Shades of Jazzberry Jam #99034E

Tints of Jazzberry Jam #99034E

Color information

#99034E (or 0x99034E) is unknown color: approx Jazzberry Jam. HEX triplet: 99, 03 and 4E. RGB value is (153,3,78). Sum of RGB (Red+Green+Blue) = 153+3+78=234 (30% of max value = 765). Red value is 153 (60.16% from 255 or 65.38% from 234); Green value is 3 (1.56% from 255 or 1.28% from 234); Blue value is 78 (30.86% from 255 or 33.33% from 234); Max value from RGB is 153 - color contains mainly: red. Hex color #99034E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99034E is #66FCB1. Grayscale: #383838. Windows color (decimal): -6749362 or 5112729. OLE color: 5112729.

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

Color convert

RGB153378-
CMYK00.980.490.4
HSL330º96.15%30.59%-
HSV(B)330º98.04%60%-
XYZ14.547.397.87-
YUV56.4140.2196.9-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 65.38%
GREEN value IS 3 (1.56% from 255) = 1.28%
BLUE value IS 78 (30.86% from 255) = 33.33%
R=65.38%
G=1.28%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.49
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15337800.980.490.433096.1530.59
Hex9934E062312814a601f
Octal23131160142615051214037
Binary1001100111100111001100010110001101000101001010110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99034E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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