Html Css Color HEX #99094D Jazzberry Jam

📋 copy color: '#99094D'

red 153 ◦ green 9 ◦ blue 77

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

Shades of Jazzberry Jam #99094D

Tints of Jazzberry Jam #99094D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.77%

 BLUE value IS 77 (30.47% from 255) = 32.22%

R = 64.02%
G = 3.77%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.50

 K value IS 0.4

RGB Variations

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

Color information

#99094D (or 0x99094D) is known color: Jazzberry Jam. HEX triplet: 99, 09 and 4D. RGB value is (153,9,77). Sum of RGB (Red+Green+Blue) = 153+9+77=239 (31% of max value = 765). Red value is 153 (60.16% from 255 or 64.02% from 239); Green value is 9 (3.91% from 255 or 3.77% from 239); Blue value is 77 (30.47% from 255 or 32.22% from 239); Max value from RGB is 153 - color contains mainly: red. Hex color #99094D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99094D is #66F6B2. Grayscale: #3B3B3B. Windows color (decimal): -6747827 or 5048729. OLE color: 5048729.

HSL color Cylindrical-coordinate representation of color #99094D: hue angle of 331.67º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #99094D is Cyan = 0, Magento = 0.94, Yellow = 0.50 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 9 77 -
CMYK 0 0.94 0.50 0.4
HSL 331.67º 0.89% 0.32% -
HSV(B) 331.67º 0.94% 0.6% -
XYZ 14.57 7.5 7.7 -
YUV 59.81 137.71 194.47 -
System Red Green Blue C M Y K H S L
Decimal 153 9 77 0 0.94 0.50 0.4 331.67 0.89 0.32
Hex 99 9 4D 0 5E 32 28 14C 59 20
Octal 231 11 115 0 136 62 50 514 131 40
Binary 10011001 1001 1001101 0 1011110 110010 101000 101001100 1011001 100000

Color Harmonies of #99094D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99094D

Black with #99094D

Text Example


Text Example

White with #99094D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99094D; }

 p { color: rgb(153,9,77); }

 H1.HeaderClassName
 {
   color: #99094D;
 }
 .AnyTagClassName
 {
   color: #99094D;
 }
</style>

background-color css

<style>
 a { background-color: #99094D; }

 a { background-color: rgb(153,9,77); }

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

border-color css

<style>
 span { border-color: #99094D; }

 span { border-color: rgb(153,9,77); }

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