#99034F

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

Shades of Jazzberry Jam #99034F

Tints of Jazzberry Jam #99034F

Color information

#99034F (or 0x99034F) is unknown color: approx Jazzberry Jam. HEX triplet: 99, 03 and 4F. RGB value is (153,3,79). Sum of RGB (Red+Green+Blue) = 153+3+79=235 (31% of max value = 765). Red value is 153 (60.16% from 255 or 65.11% from 235); Green value is 3 (1.56% from 255 or 1.28% from 235); Blue value is 79 (31.25% from 255 or 33.62% from 235); Max value from RGB is 153 - color contains mainly: red. Hex color #99034F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99034F is #66FCB0. Grayscale: #383838. Windows color (decimal): -6749361 or 5178265. OLE color: 5178265.

HSL color Cylindrical-coordinate representation of color #99034F: hue angle of 329.6º 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 #99034F is Cyan = 0, Magento = 0.98, Yellow = 0.48 and Black (K on CMYK) = 0.4.

Color convert

RGB153379-
CMYK00.980.480.4
HSL329.6º96.15%30.59%-
HSV(B)329.6º98.04%60%-
XYZ14.587.48.06-
YUV56.51140.7196.82-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 65.11%
GREEN value IS 3 (1.56% from 255) = 1.28%
BLUE value IS 79 (31.25% from 255) = 33.62%
R=65.11%
G=1.28%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.48
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15337900.980.480.4329.696.1530.59
Hex9934F062302814a601f
Octal23131170142605051214037
Binary1001100111100111101100010110000101000101001010110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99034F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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