Html Css Color HEX #980251 Jazzberry Jam

📋 copy color: '#980251'

red 152 ◦ green 2 ◦ blue 81

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

Shades of Jazzberry Jam #980251

Tints of Jazzberry Jam #980251

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.85%

 BLUE value IS 81 (32.03% from 255) = 34.47%

R = 64.68%
G = 0.85%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.47

 K value IS 0.40

RGB Variations

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

Color information

#980251 (or 0x980251) is known color: Jazzberry Jam. HEX triplet: 98, 02 and 51. RGB value is (152,2,81). Sum of RGB (Red+Green+Blue) = 152+2+81=235 (31% of max value = 765). Red value is 152 (59.77% from 255 or 64.68% from 235); Green value is 2 (1.17% from 255 or 0.85% from 235); Blue value is 81 (32.03% from 255 or 34.47% from 235); Max value from RGB is 152 - color contains mainly: red. Hex color #980251 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980251 is #67FDAE. Grayscale: #373737. Windows color (decimal): -6815151 or 5309080. OLE color: 5309080.

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

Color convert

RGB 152 2 81 -
CMYK 0 0.99 0.47 0.40
HSL 328.4º 0.97% 0.3% -
HSV(B) 328.4º 0.99% 0.6% -
XYZ 14.46 7.31 8.43 -
YUV 55.86 142.2 196.58 -
System Red Green Blue C M Y K H S L
Decimal 152 2 81 0 0.99 0.47 0.40 328.4 0.97 0.3
Hex 98 2 51 0 63 2F 28 148 61 1E
Octal 230 2 121 0 143 57 50 510 141 36
Binary 10011000 10 1010001 0 1100011 101111 101000 101001000 1100001 11110

Color Harmonies of #980251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980251

Black with #980251

Text Example


Text Example

White with #980251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980251; }

 p { color: rgb(152,2,81); }

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

background-color css

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

 a { background-color: rgb(152,2,81); }

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

border-color css

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

 span { border-color: rgb(152,2,81); }

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