Html Css Color HEX #981051 Jazzberry Jam

📋 copy color: '#981051'

red 152 ◦ green 16 ◦ blue 81

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

Shades of Jazzberry Jam #981051

Tints of Jazzberry Jam #981051

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.43%

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

R = 61.04%
G = 6.43%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.47

 K value IS 0.40

RGB Variations

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

Color information

#981051 (or 0x981051) is known color: Jazzberry Jam. HEX triplet: 98, 10 and 51. RGB value is (152,16,81). Sum of RGB (Red+Green+Blue) = 152+16+81=249 (32% of max value = 765). Red value is 152 (59.77% from 255 or 61.04% from 249); Green value is 16 (6.64% from 255 or 6.43% from 249); Blue value is 81 (32.03% from 255 or 32.53% from 249); Max value from RGB is 152 - color contains mainly: red. Hex color #981051 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #981051 is #67EFAE. Grayscale: #3F3F3F. Windows color (decimal): -6811567 or 5312664. OLE color: 5312664.

HSL color Cylindrical-coordinate representation of color #981051: hue angle of 331.32º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #981051 is Cyan = 0, Magento = 0.89, Yellow = 0.47 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 16 81 -
CMYK 0 0.89 0.47 0.40
HSL 331.32º 0.81% 0.33% -
HSV(B) 331.32º 0.89% 0.6% -
XYZ 14.62 7.64 8.49 -
YUV 64.07 137.56 190.71 -
System Red Green Blue C M Y K H S L
Decimal 152 16 81 0 0.89 0.47 0.40 331.32 0.81 0.33
Hex 98 10 51 0 59 2F 28 14B 51 21
Octal 230 20 121 0 131 57 50 513 121 41
Binary 10011000 10000 1010001 0 1011001 101111 101000 101001011 1010001 100001

Color Harmonies of #981051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981051

Black with #981051

Text Example


Text Example

White with #981051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981051; }

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

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

background-color css

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

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

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

border-color css

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

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

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