Html Css Color HEX #98014D Jazzberry Jam

📋 copy color: '#98014D'

red 152 ◦ green 1 ◦ blue 77

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

Shades of Jazzberry Jam #98014D

Tints of Jazzberry Jam #98014D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 33.48%

R = 66.09%
G = 0.43%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.49

 K value IS 0.40

RGB Variations

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

Color information

#98014D (or 0x98014D) is known color: Jazzberry Jam. HEX triplet: 98, 01 and 4D. RGB value is (152,1,77). Sum of RGB (Red+Green+Blue) = 152+1+77=230 (30% of max value = 765). Red value is 152 (59.77% from 255 or 66.09% from 230); Green value is 1 (0.78% from 255 or 0.43% from 230); Blue value is 77 (30.47% from 255 or 33.48% from 230); Max value from RGB is 152 - color contains mainly: red. Hex color #98014D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98014D is #67FEB2. Grayscale: #363636. Windows color (decimal): -6815411 or 5046680. OLE color: 5046680.

HSL color Cylindrical-coordinate representation of color #98014D: hue angle of 329.8º 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 #98014D is Cyan = 0, Magento = 0.99, Yellow = 0.49 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 1 77 -
CMYK 0 0.99 0.49 0.40
HSL 329.8º 0.99% 0.3% -
HSV(B) 329.8º 0.99% 0.6% -
XYZ 14.3 7.23 7.66 -
YUV 54.81 140.53 197.32 -
System Red Green Blue C M Y K H S L
Decimal 152 1 77 0 0.99 0.49 0.40 329.8 0.99 0.3
Hex 98 1 4D 0 63 31 28 14A 63 1E
Octal 230 1 115 0 143 61 50 512 143 36
Binary 10011000 1 1001101 0 1100011 110001 101000 101001010 1100011 11110

Color Harmonies of #98014D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98014D

Black with #98014D

Text Example


Text Example

White with #98014D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98014D; }

 p { color: rgb(152,1,77); }

 H1.HeaderClassName
 {
   color: #98014D;
 }
 .AnyTagClassName
 {
   color: #98014D;
 }
</style>

background-color css

<style>
 a { background-color: #98014D; }

 a { background-color: rgb(152,1,77); }

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

border-color css

<style>
 span { border-color: #98014D; }

 span { border-color: rgb(152,1,77); }

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