Html Css Color HEX #98144F Jazzberry Jam

📋 copy color: '#98144F'

red 152 ◦ green 20 ◦ blue 79

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

Shades of Jazzberry Jam #98144F

Tints of Jazzberry Jam #98144F

RGB

 RED value IS 152 (59.77% from 255) = 60.56%

 GREEN value IS 20 (8.2% from 255) = 7.97%

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

R = 60.56%
G = 7.97%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.48

 K value IS 0.40

RGB Variations

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

Color information

#98144F (or 0x98144F) is known color: Jazzberry Jam. HEX triplet: 98, 14 and 4F. RGB value is (152,20,79). Sum of RGB (Red+Green+Blue) = 152+20+79=251 (33% of max value = 765). Red value is 152 (59.77% from 255 or 60.56% from 251); Green value is 20 (8.20% from 255 or 7.97% from 251); Blue value is 79 (31.25% from 255 or 31.47% from 251); Max value from RGB is 152 - color contains mainly: red. Hex color #98144F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98144F is #67EBB0. Grayscale: #424242. Windows color (decimal): -6810545 or 5182616. OLE color: 5182616.

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

Color convert

RGB 152 20 79 -
CMYK 0 0.87 0.48 0.40
HSL 333.18º 0.77% 0.34% -
HSV(B) 333.18º 0.87% 0.6% -
XYZ 14.61 7.74 8.12 -
YUV 66.19 135.23 189.2 -
System Red Green Blue C M Y K H S L
Decimal 152 20 79 0 0.87 0.48 0.40 333.18 0.77 0.34
Hex 98 14 4F 0 57 30 28 14D 4D 22
Octal 230 24 117 0 127 60 50 515 115 42
Binary 10011000 10100 1001111 0 1010111 110000 101000 101001101 1001101 100010

Color Harmonies of #98144F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98144F

Black with #98144F

Text Example


Text Example

White with #98144F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,20,79); }

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

background-color css

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

 a { background-color: rgb(152,20,79); }

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

border-color css

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

 span { border-color: rgb(152,20,79); }

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