Html Css Color HEX #99004A Jazzberry Jam

📋 copy color: '#99004A'

red 153 ◦ green 0 ◦ blue 74

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

Shades of Jazzberry Jam #99004A

Tints of Jazzberry Jam #99004A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 67.4%
G = 0%
B = 32.6%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.52

 K value IS 0.4

RGB Variations

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

Color information

#99004A (or 0x99004A) is known color: Jazzberry Jam. HEX triplet: 99, 00 and 4A. RGB value is (153,0,74). Sum of RGB (Red+Green+Blue) = 153+0+74=227 (30% of max value = 765). Red value is 153 (60.16% from 255 or 67.40% from 227); Green value is 0 (0.39% from 255 or 0% from 227); Blue value is 74 (29.30% from 255 or 32.60% from 227); Max value from RGB is 153 - color contains mainly: red. Hex color #99004A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #99004A is #66FFB5. Grayscale: #363636. Windows color (decimal): -6750134 or 4849817. OLE color: 4849817.

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

Color convert

RGB 153 0 74 -
CMYK 0 1 0.52 0.4
HSL 330.98º 1% 0.3% -
HSV(B) 330.98º 1% 0.6% -
XYZ 14.37 7.27 7.12 -
YUV 54.18 139.19 198.48 -
System Red Green Blue C M Y K H S L
Decimal 153 0 74 0 1 0.52 0.4 330.98 1 0.3
Hex 99 0 4A 0 64 34 28 14B 64 1E
Octal 231 0 112 0 144 64 50 513 144 36
Binary 10011001 0 1001010 0 1100100 110100 101000 101001011 1100100 11110

Color Harmonies of #99004A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99004A

Black with #99004A

Text Example


Text Example

White with #99004A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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