Html Css Color HEX #99014A Jazzberry Jam

📋 copy color: '#99014A'

red 153 ◦ green 1 ◦ blue 74

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

Shades of Jazzberry Jam #99014A

Tints of Jazzberry Jam #99014A

RGB

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

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

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

R = 67.11%
G = 0.44%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.52

 K value IS 0.4

RGB Variations

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

Color information

#99014A (or 0x99014A) is known color: Jazzberry Jam. HEX triplet: 99, 01 and 4A. RGB value is (153,1,74). Sum of RGB (Red+Green+Blue) = 153+1+74=228 (30% of max value = 765). Red value is 153 (60.16% from 255 or 67.11% from 228); Green value is 1 (0.78% from 255 or 0.44% from 228); Blue value is 74 (29.30% from 255 or 32.46% from 228); Max value from RGB is 153 - color contains mainly: red. Hex color #99014A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #99014A is #66FEB5. Grayscale: #363636. Windows color (decimal): -6749878 or 4850073. OLE color: 4850073.

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

Color convert

RGB 153 1 74 -
CMYK 0 0.99 0.52 0.4
HSL 331.18º 0.99% 0.3% -
HSV(B) 331.18º 0.99% 0.6% -
XYZ 14.38 7.29 7.13 -
YUV 54.77 138.86 198.06 -
System Red Green Blue C M Y K H S L
Decimal 153 1 74 0 0.99 0.52 0.4 331.18 0.99 0.3
Hex 99 1 4A 0 63 34 28 14B 63 1E
Octal 231 1 112 0 143 64 50 513 143 36
Binary 10011001 1 1001010 0 1100011 110100 101000 101001011 1100011 11110

Color Harmonies of #99014A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99014A

Black with #99014A

Text Example


Text Example

White with #99014A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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