Html Css Color HEX #98014A Jazzberry Jam

📋 copy color: '#98014A'

red 152 ◦ green 1 ◦ blue 74

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

Shades of Jazzberry Jam #98014A

Tints of Jazzberry Jam #98014A

RGB

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

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

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

R = 66.96%
G = 0.44%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.51

 K value IS 0.40

RGB Variations

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

Color information

#98014A (or 0x98014A) is known color: Jazzberry Jam. HEX triplet: 98, 01 and 4A. RGB value is (152,1,74). Sum of RGB (Red+Green+Blue) = 152+1+74=227 (30% of max value = 765). Red value is 152 (59.77% from 255 or 66.96% from 227); Green value is 1 (0.78% from 255 or 0.44% from 227); Blue value is 74 (29.30% from 255 or 32.60% from 227); Max value from RGB is 152 - color contains mainly: red. Hex color #98014A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #98014A is #67FEB5. Grayscale: #363636. Windows color (decimal): -6815414 or 4850072. OLE color: 4850072.

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

Color convert

RGB 152 1 74 -
CMYK 0 0.99 0.51 0.40
HSL 330.99º 0.99% 0.3% -
HSV(B) 330.99º 0.99% 0.6% -
XYZ 14.2 7.19 7.12 -
YUV 54.47 139.03 197.56 -
System Red Green Blue C M Y K H S L
Decimal 152 1 74 0 0.99 0.51 0.40 330.99 0.99 0.3
Hex 98 1 4A 0 63 33 28 14B 63 1E
Octal 230 1 112 0 143 63 50 513 143 36
Binary 10011000 1 1001010 0 1100011 110011 101000 101001011 1100011 11110

Color Harmonies of #98014A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98014A

Black with #98014A

Text Example


Text Example

White with #98014A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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