Html Css Color HEX #980450 Jazzberry Jam

📋 copy color: '#980450'

red 152 ◦ green 4 ◦ blue 80

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

Shades of Jazzberry Jam #980450

Tints of Jazzberry Jam #980450

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.69%

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

R = 64.41%
G = 1.69%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.47

 K value IS 0.40

RGB Variations

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

Color information

#980450 (or 0x980450) is known color: Jazzberry Jam. HEX triplet: 98, 04 and 50. RGB value is (152,4,80). Sum of RGB (Red+Green+Blue) = 152+4+80=236 (31% of max value = 765). Red value is 152 (59.77% from 255 or 64.41% from 236); Green value is 4 (1.95% from 255 or 1.69% from 236); Blue value is 80 (31.64% from 255 or 33.90% from 236); Max value from RGB is 152 - color contains mainly: red. Hex color #980450 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980450 is #67FBAF. Grayscale: #383838. Windows color (decimal): -6814640 or 5244056. OLE color: 5244056.

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

Color convert

RGB 152 4 80 -
CMYK 0 0.97 0.47 0.40
HSL 329.19º 0.95% 0.31% -
HSV(B) 329.19º 0.97% 0.6% -
XYZ 14.44 7.34 8.25 -
YUV 56.92 141.03 195.82 -
System Red Green Blue C M Y K H S L
Decimal 152 4 80 0 0.97 0.47 0.40 329.19 0.95 0.31
Hex 98 4 50 0 61 2F 28 149 5F 1F
Octal 230 4 120 0 141 57 50 511 137 37
Binary 10011000 100 1010000 0 1100001 101111 101000 101001001 1011111 11111

Color Harmonies of #980450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980450

Black with #980450

Text Example


Text Example

White with #980450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980450; }

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

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

background-color css

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

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

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

border-color css

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

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

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