Html Css Color HEX #99014C Jazzberry Jam

📋 copy color: '#99014C'

red 153 ◦ green 1 ◦ blue 76

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

Shades of Jazzberry Jam #99014C

Tints of Jazzberry Jam #99014C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.43%

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

R = 66.52%
G = 0.43%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.50

 K value IS 0.4

RGB Variations

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

Color information

#99014C (or 0x99014C) is known color: Jazzberry Jam. HEX triplet: 99, 01 and 4C. RGB value is (153,1,76). Sum of RGB (Red+Green+Blue) = 153+1+76=230 (30% of max value = 765). Red value is 153 (60.16% from 255 or 66.52% from 230); Green value is 1 (0.78% from 255 or 0.43% from 230); Blue value is 76 (30.08% from 255 or 33.04% from 230); Max value from RGB is 153 - color contains mainly: red. Hex color #99014C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #99014C is #66FEB3. Grayscale: #363636. Windows color (decimal): -6749876 or 4981145. OLE color: 4981145.

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

Color convert

RGB 153 1 76 -
CMYK 0 0.99 0.50 0.4
HSL 330.39º 0.99% 0.3% -
HSV(B) 330.39º 0.99% 0.6% -
XYZ 14.45 7.32 7.49 -
YUV 55 139.86 197.9 -
System Red Green Blue C M Y K H S L
Decimal 153 1 76 0 0.99 0.50 0.4 330.39 0.99 0.3
Hex 99 1 4C 0 63 32 28 14A 63 1E
Octal 231 1 114 0 143 62 50 512 143 36
Binary 10011001 1 1001100 0 1100011 110010 101000 101001010 1100011 11110

Color Harmonies of #99014C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99014C

Black with #99014C

Text Example


Text Example

White with #99014C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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