Html Css Color HEX #99044C Jazzberry Jam

📋 copy color: '#99044C'

red 153 ◦ green 4 ◦ blue 76

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

Shades of Jazzberry Jam #99044C

Tints of Jazzberry Jam #99044C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.72%

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

R = 65.67%
G = 1.72%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.50

 K value IS 0.4

RGB Variations

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

Color information

#99044C (or 0x99044C) is known color: Jazzberry Jam. HEX triplet: 99, 04 and 4C. RGB value is (153,4,76). Sum of RGB (Red+Green+Blue) = 153+4+76=233 (30% of max value = 765). Red value is 153 (60.16% from 255 or 65.67% from 233); Green value is 4 (1.95% from 255 or 1.72% from 233); Blue value is 76 (30.08% from 255 or 32.62% from 233); Max value from RGB is 153 - color contains mainly: red. Hex color #99044C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #99044C is #66FBB3. Grayscale: #383838. Windows color (decimal): -6749108 or 4981913. OLE color: 4981913.

HSL color Cylindrical-coordinate representation of color #99044C: hue angle of 331.01º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #99044C is Cyan = 0, Magento = 0.97, Yellow = 0.50 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 4 76 -
CMYK 0 0.97 0.50 0.4
HSL 331.01º 0.95% 0.31% -
HSV(B) 331.01º 0.97% 0.6% -
XYZ 14.48 7.38 7.5 -
YUV 56.76 138.86 196.65 -
System Red Green Blue C M Y K H S L
Decimal 153 4 76 0 0.97 0.50 0.4 331.01 0.95 0.31
Hex 99 4 4C 0 61 32 28 14B 5F 1F
Octal 231 4 114 0 141 62 50 513 137 37
Binary 10011001 100 1001100 0 1100001 110010 101000 101001011 1011111 11111

Color Harmonies of #99044C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99044C

Black with #99044C

Text Example


Text Example

White with #99044C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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