Html Css Color HEX #99084A Jazzberry Jam

📋 copy color: '#99084A'

red 153 ◦ green 8 ◦ blue 74

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

Shades of Jazzberry Jam #99084A

Tints of Jazzberry Jam #99084A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 31.49%

R = 65.11%
G = 3.4%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.52

 K value IS 0.4

RGB Variations

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

Color information

#99084A (or 0x99084A) is known color: Jazzberry Jam. HEX triplet: 99, 08 and 4A. RGB value is (153,8,74). Sum of RGB (Red+Green+Blue) = 153+8+74=235 (31% of max value = 765). Red value is 153 (60.16% from 255 or 65.11% from 235); Green value is 8 (3.52% from 255 or 3.40% from 235); Blue value is 74 (29.30% from 255 or 31.49% from 235); Max value from RGB is 153 - color contains mainly: red. Hex color #99084A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #99084A is #66F7B5. Grayscale: #3A3A3A. Windows color (decimal): -6748086 or 4851865. OLE color: 4851865.

HSL color Cylindrical-coordinate representation of color #99084A: hue angle of 332.69º 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 #99084A is Cyan = 0, Magento = 0.95, Yellow = 0.52 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 8 74 -
CMYK 0 0.95 0.52 0.4
HSL 332.69º 0.9% 0.32% -
HSV(B) 332.69º 0.95% 0.6% -
XYZ 14.46 7.44 7.15 -
YUV 58.88 136.54 195.13 -
System Red Green Blue C M Y K H S L
Decimal 153 8 74 0 0.95 0.52 0.4 332.69 0.9 0.32
Hex 99 8 4A 0 5F 34 28 14D 5A 20
Octal 231 10 112 0 137 64 50 515 132 40
Binary 10011001 1000 1001010 0 1011111 110100 101000 101001101 1011010 100000

Color Harmonies of #99084A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99084A

Black with #99084A

Text Example


Text Example

White with #99084A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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