Html Css Color HEX #980245 Jazzberry Jam

📋 copy color: '#980245'

red 152 ◦ green 2 ◦ blue 69

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

Shades of Jazzberry Jam #980245

Tints of Jazzberry Jam #980245

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 30.94%

R = 68.16%
G = 0.9%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.55

 K value IS 0.40

RGB Variations

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

Color information

#980245 (or 0x980245) is known color: Jazzberry Jam. HEX triplet: 98, 02 and 45. RGB value is (152,2,69). Sum of RGB (Red+Green+Blue) = 152+2+69=223 (29% of max value = 765). Red value is 152 (59.77% from 255 or 68.16% from 223); Green value is 2 (1.17% from 255 or 0.90% from 223); Blue value is 69 (27.34% from 255 or 30.94% from 223); Max value from RGB is 152 - color contains mainly: red. Hex color #980245 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980245 is #67FDBA. Grayscale: #363636. Windows color (decimal): -6815163 or 4522648. OLE color: 4522648.

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

Color convert

RGB 152 2 69 -
CMYK 0 0.99 0.55 0.40
HSL 333.2º 0.97% 0.3% -
HSV(B) 333.2º 0.99% 0.6% -
XYZ 14.04 7.15 6.27 -
YUV 54.49 136.2 197.55 -
System Red Green Blue C M Y K H S L
Decimal 152 2 69 0 0.99 0.55 0.40 333.2 0.97 0.3
Hex 98 2 45 0 63 37 28 14D 61 1E
Octal 230 2 105 0 143 67 50 515 141 36
Binary 10011000 10 1000101 0 1100011 110111 101000 101001101 1100001 11110

Color Harmonies of #980245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980245

Black with #980245

Text Example


Text Example

White with #980245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980245; }

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

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

background-color css

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

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

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

border-color css

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

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

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