Html Css Color HEX #980143 Jazzberry Jam

📋 copy color: '#980143'

red 152 ◦ green 1 ◦ blue 67

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

Shades of Jazzberry Jam #980143

Tints of Jazzberry Jam #980143

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 30.45%

R = 69.09%
G = 0.45%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.56

 K value IS 0.40

RGB Variations

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

Color information

#980143 (or 0x980143) is known color: Jazzberry Jam. HEX triplet: 98, 01 and 43. RGB value is (152,1,67). Sum of RGB (Red+Green+Blue) = 152+1+67=220 (29% of max value = 765). Red value is 152 (59.77% from 255 or 69.09% from 220); Green value is 1 (0.78% from 255 or 0.45% from 220); Blue value is 67 (26.56% from 255 or 30.45% from 220); Max value from RGB is 152 - color contains mainly: red. Hex color #980143 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980143 is #67FEBC. Grayscale: #353535. Windows color (decimal): -6815421 or 4391320. OLE color: 4391320.

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

Color convert

RGB 152 1 67 -
CMYK 0 0.99 0.56 0.40
HSL 333.77º 0.99% 0.3% -
HSV(B) 333.77º 0.99% 0.6% -
XYZ 13.97 7.1 5.94 -
YUV 53.67 135.53 198.13 -
System Red Green Blue C M Y K H S L
Decimal 152 1 67 0 0.99 0.56 0.40 333.77 0.99 0.3
Hex 98 1 43 0 63 38 28 14E 63 1E
Octal 230 1 103 0 143 70 50 516 143 36
Binary 10011000 1 1000011 0 1100011 111000 101000 101001110 1100011 11110

Color Harmonies of #980143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980143

Black with #980143

Text Example


Text Example

White with #980143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980143; }

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

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

background-color css

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

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

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

border-color css

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

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

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