Html Css Color HEX #99034C Jazzberry Jam

📋 copy color: '#99034C'

red 153 ◦ green 3 ◦ blue 76

#99034C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazzberry Jam #99034C

Tints of Jazzberry Jam #99034C

RGB

 RED value IS 153 (60.16% from 255) = 65.95%

 GREEN value IS 3 (1.56% from 255) = 1.29%

 BLUE value IS 76 (30.08% from 255) = 32.76%

R = 65.95%
G = 1.29%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.50

 K value IS 0.4

RGB Variations

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

Color information

#99034C (or 0x99034C) is known color: Jazzberry Jam. HEX triplet: 99, 03 and 4C. RGB value is (153,3,76). Sum of RGB (Red+Green+Blue) = 153+3+76=232 (30% of max value = 765). Red value is 153 (60.16% from 255 or 65.95% from 232); Green value is 3 (1.56% from 255 or 1.29% from 232); Blue value is 76 (30.08% from 255 or 32.76% from 232); Max value from RGB is 153 - color contains mainly: red. Hex color #99034C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #99034C is #66FCB3. Grayscale: #383838. Windows color (decimal): -6749364 or 4981657. OLE color: 4981657.

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

Color convert

RGB 153 3 76 -
CMYK 0 0.98 0.50 0.4
HSL 330.8º 0.96% 0.31% -
HSV(B) 330.8º 0.98% 0.6% -
XYZ 14.47 7.36 7.5 -
YUV 56.17 139.2 197.06 -
System Red Green Blue C M Y K H S L
Decimal 153 3 76 0 0.98 0.50 0.4 330.8 0.96 0.31
Hex 99 3 4C 0 62 32 28 14B 60 1F
Octal 231 3 114 0 142 62 50 513 140 37
Binary 10011001 11 1001100 0 1100010 110010 101000 101001011 1100000 11111

Color Harmonies of #99034C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99034C

Black with #99034C

Text Example


Text Example

White with #99034C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #99034C;
 }
 .AnyTagClassName
 {
   color: #99034C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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