Html Css Color HEX #99084C Jazzberry Jam

📋 copy color: '#99084C'

red 153 ◦ green 8 ◦ blue 76

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

Shades of Jazzberry Jam #99084C

Tints of Jazzberry Jam #99084C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.38%

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

R = 64.56%
G = 3.38%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.50

 K value IS 0.4

RGB Variations

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

Color information

#99084C (or 0x99084C) is known color: Jazzberry Jam. HEX triplet: 99, 08 and 4C. RGB value is (153,8,76). Sum of RGB (Red+Green+Blue) = 153+8+76=237 (31% of max value = 765). Red value is 153 (60.16% from 255 or 64.56% from 237); Green value is 8 (3.52% from 255 or 3.38% from 237); Blue value is 76 (30.08% from 255 or 32.07% from 237); Max value from RGB is 153 - color contains mainly: red. Hex color #99084C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #99084C is #66F7B3. Grayscale: #3A3A3A. Windows color (decimal): -6748084 or 4982937. OLE color: 4982937.

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

Color convert

RGB 153 8 76 -
CMYK 0 0.95 0.50 0.4
HSL 331.86º 0.9% 0.32% -
HSV(B) 331.86º 0.95% 0.6% -
XYZ 14.53 7.47 7.51 -
YUV 59.11 137.54 194.97 -
System Red Green Blue C M Y K H S L
Decimal 153 8 76 0 0.95 0.50 0.4 331.86 0.9 0.32
Hex 99 8 4C 0 5F 32 28 14C 5A 20
Octal 231 10 114 0 137 62 50 514 132 40
Binary 10011001 1000 1001100 0 1011111 110010 101000 101001100 1011010 100000

Color Harmonies of #99084C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99084C

Black with #99084C

Text Example


Text Example

White with #99084C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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