Html Css Color HEX #980947 Jazzberry Jam

📋 copy color: '#980947'

red 152 ◦ green 9 ◦ blue 71

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

Shades of Jazzberry Jam #980947

Tints of Jazzberry Jam #980947

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.88%

 BLUE value IS 71 (28.13% from 255) = 30.6%

R = 65.52%
G = 3.88%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.53

 K value IS 0.40

RGB Variations

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

Color information

#980947 (or 0x980947) is known color: Jazzberry Jam. HEX triplet: 98, 09 and 47. RGB value is (152,9,71). Sum of RGB (Red+Green+Blue) = 152+9+71=232 (30% of max value = 765). Red value is 152 (59.77% from 255 or 65.52% from 232); Green value is 9 (3.91% from 255 or 3.88% from 232); Blue value is 71 (28.12% from 255 or 30.60% from 232); Max value from RGB is 152 - color contains mainly: red. Hex color #980947 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980947 is #67F6B8. Grayscale: #3A3A3A. Windows color (decimal): -6813369 or 4655512. OLE color: 4655512.

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

Color convert

RGB 152 9 71 -
CMYK 0 0.94 0.53 0.40
HSL 333.99º 0.89% 0.32% -
HSV(B) 333.99º 0.94% 0.6% -
XYZ 14.18 7.33 6.63 -
YUV 58.83 134.88 194.46 -
System Red Green Blue C M Y K H S L
Decimal 152 9 71 0 0.94 0.53 0.40 333.99 0.89 0.32
Hex 98 9 47 0 5E 35 28 14E 59 20
Octal 230 11 107 0 136 65 50 516 131 40
Binary 10011000 1001 1000111 0 1011110 110101 101000 101001110 1011001 100000

Color Harmonies of #980947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980947

Black with #980947

Text Example


Text Example

White with #980947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980947; }

 p { color: rgb(152,9,71); }

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

background-color css

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

 a { background-color: rgb(152,9,71); }

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

border-color css

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

 span { border-color: rgb(152,9,71); }

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