Html Css Color HEX #980850 Jazzberry Jam

📋 copy color: '#980850'

red 152 ◦ green 8 ◦ blue 80

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

Shades of Jazzberry Jam #980850

Tints of Jazzberry Jam #980850

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.33%

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

R = 63.33%
G = 3.33%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.47

 K value IS 0.40

RGB Variations

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

Color information

#980850 (or 0x980850) is known color: Jazzberry Jam. HEX triplet: 98, 08 and 50. RGB value is (152,8,80). Sum of RGB (Red+Green+Blue) = 152+8+80=240 (31% of max value = 765). Red value is 152 (59.77% from 255 or 63.33% from 240); Green value is 8 (3.52% from 255 or 3.33% from 240); Blue value is 80 (31.64% from 255 or 33.33% from 240); Max value from RGB is 152 - color contains mainly: red. Hex color #980850 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980850 is #67F7AF. Grayscale: #3B3B3B. Windows color (decimal): -6813616 or 5245080. OLE color: 5245080.

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

Color convert

RGB 152 8 80 -
CMYK 0 0.95 0.47 0.40
HSL 330º 0.9% 0.31% -
HSV(B) 330º 0.95% 0.6% -
XYZ 14.48 7.43 8.26 -
YUV 59.26 139.71 194.15 -
System Red Green Blue C M Y K H S L
Decimal 152 8 80 0 0.95 0.47 0.40 330 0.9 0.31
Hex 98 8 50 0 5F 2F 28 14A 5A 1F
Octal 230 10 120 0 137 57 50 512 132 37
Binary 10011000 1000 1010000 0 1011111 101111 101000 101001010 1011010 11111

Color Harmonies of #980850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980850

Black with #980850

Text Example


Text Example

White with #980850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980850; }

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

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

background-color css

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

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

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

border-color css

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

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

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