Html Css Color HEX #99054C Jazzberry Jam

📋 copy color: '#99054C'

red 153 ◦ green 5 ◦ blue 76

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

Shades of Jazzberry Jam #99054C

Tints of Jazzberry Jam #99054C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.14%

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

R = 65.38%
G = 2.14%
B = 32.48%

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

#99054C (or 0x99054C) is known color: Jazzberry Jam. HEX triplet: 99, 05 and 4C. RGB value is (153,5,76). Sum of RGB (Red+Green+Blue) = 153+5+76=234 (30% of max value = 765). Red value is 153 (60.16% from 255 or 65.38% from 234); Green value is 5 (2.34% from 255 or 2.14% from 234); Blue value is 76 (30.08% from 255 or 32.48% from 234); Max value from RGB is 153 - color contains mainly: red. Hex color #99054C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #99054C is #66FAB3. Grayscale: #393939. Windows color (decimal): -6748852 or 4982169. OLE color: 4982169.

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

Color convert

RGB 153 5 76 -
CMYK 0 0.97 0.50 0.4
HSL 331.22º 0.94% 0.31% -
HSV(B) 331.22º 0.97% 0.6% -
XYZ 14.5 7.4 7.5 -
YUV 57.35 138.53 196.23 -
System Red Green Blue C M Y K H S L
Decimal 153 5 76 0 0.97 0.50 0.4 331.22 0.94 0.31
Hex 99 5 4C 0 61 32 28 14B 5E 1F
Octal 231 5 114 0 141 62 50 513 136 37
Binary 10011001 101 1001100 0 1100001 110010 101000 101001011 1011110 11111

Color Harmonies of #99054C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99054C

Black with #99054C

Text Example


Text Example

White with #99054C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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