Html Css Color HEX #99154F Jazzberry Jam

📋 copy color: '#99154F'

red 153 ◦ green 21 ◦ blue 79

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

Shades of Jazzberry Jam #99154F

Tints of Jazzberry Jam #99154F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.3%

 BLUE value IS 79 (31.25% from 255) = 31.23%

R = 60.47%
G = 8.3%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.48

 K value IS 0.4

RGB Variations

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

Color information

#99154F (or 0x99154F) is known color: Jazzberry Jam. HEX triplet: 99, 15 and 4F. RGB value is (153,21,79). Sum of RGB (Red+Green+Blue) = 153+21+79=253 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.47% from 253); Green value is 21 (8.59% from 255 or 8.30% from 253); Blue value is 79 (31.25% from 255 or 31.23% from 253); Max value from RGB is 153 - color contains mainly: red. Hex color #99154F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99154F is #66EAB0. Grayscale: #424242. Windows color (decimal): -6744753 or 5182873. OLE color: 5182873.

HSL color Cylindrical-coordinate representation of color #99154F: hue angle of 333.64º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #99154F is Cyan = 0, Magento = 0.86, Yellow = 0.48 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 21 79 -
CMYK 0 0.86 0.48 0.4
HSL 333.64º 0.76% 0.34% -
HSV(B) 333.64º 0.86% 0.6% -
XYZ 14.82 7.87 8.14 -
YUV 67.08 134.73 189.28 -
System Red Green Blue C M Y K H S L
Decimal 153 21 79 0 0.86 0.48 0.4 333.64 0.76 0.34
Hex 99 15 4F 0 56 30 28 14E 4C 22
Octal 231 25 117 0 126 60 50 516 114 42
Binary 10011001 10101 1001111 0 1010110 110000 101000 101001110 1001100 100010

Color Harmonies of #99154F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99154F

Black with #99154F

Text Example


Text Example

White with #99154F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99154F; }

 p { color: rgb(153,21,79); }

 H1.HeaderClassName
 {
   color: #99154F;
 }
 .AnyTagClassName
 {
   color: #99154F;
 }
</style>

background-color css

<style>
 a { background-color: #99154F; }

 a { background-color: rgb(153,21,79); }

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

border-color css

<style>
 span { border-color: #99154F; }

 span { border-color: rgb(153,21,79); }

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