Html Css Color HEX #981250 Jazzberry Jam

📋 copy color: '#981250'

red 152 ◦ green 18 ◦ blue 80

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

Shades of Jazzberry Jam #981250

Tints of Jazzberry Jam #981250

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.2%

 BLUE value IS 80 (31.64% from 255) = 32%

R = 60.8%
G = 7.2%
B = 32%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.47

 K value IS 0.40

RGB Variations

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

Color information

#981250 (or 0x981250) is known color: Jazzberry Jam. HEX triplet: 98, 12 and 50. RGB value is (152,18,80). Sum of RGB (Red+Green+Blue) = 152+18+80=250 (33% of max value = 765). Red value is 152 (59.77% from 255 or 60.8% from 250); Green value is 18 (7.42% from 255 or 7.2% from 250); Blue value is 80 (31.64% from 255 or 32% from 250); Max value from RGB is 152 - color contains mainly: red. Hex color #981250 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #981250 is #67EDAF. Grayscale: #414141. Windows color (decimal): -6811056 or 5247640. OLE color: 5247640.

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

Color convert

RGB 152 18 80 -
CMYK 0 0.88 0.47 0.40
HSL 332.24º 0.79% 0.33% -
HSV(B) 332.24º 0.88% 0.6% -
XYZ 14.61 7.69 8.3 -
YUV 65.13 136.39 189.96 -
System Red Green Blue C M Y K H S L
Decimal 152 18 80 0 0.88 0.47 0.40 332.24 0.79 0.33
Hex 98 12 50 0 58 2F 28 14C 4F 21
Octal 230 22 120 0 130 57 50 514 117 41
Binary 10011000 10010 1010000 0 1011000 101111 101000 101001100 1001111 100001

Color Harmonies of #981250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981250

Black with #981250

Text Example


Text Example

White with #981250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981250; }

 p { color: rgb(152,18,80); }

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

background-color css

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

 a { background-color: rgb(152,18,80); }

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

border-color css

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

 span { border-color: rgb(152,18,80); }

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