Html Css Color HEX #980845 Jazzberry Jam

📋 copy color: '#980845'

red 152 ◦ green 8 ◦ blue 69

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

Shades of Jazzberry Jam #980845

Tints of Jazzberry Jam #980845

RGB

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

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

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

R = 66.38%
G = 3.49%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.55

 K value IS 0.40

RGB Variations

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

Color information

#980845 (or 0x980845) is known color: Jazzberry Jam. HEX triplet: 98, 08 and 45. RGB value is (152,8,69). Sum of RGB (Red+Green+Blue) = 152+8+69=229 (30% of max value = 765). Red value is 152 (59.77% from 255 or 66.38% from 229); Green value is 8 (3.52% from 255 or 3.49% from 229); Blue value is 69 (27.34% from 255 or 30.13% from 229); Max value from RGB is 152 - color contains mainly: red. Hex color #980845 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980845 is #67F7BA. Grayscale: #393939. Windows color (decimal): -6813627 or 4524184. OLE color: 4524184.

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

Color convert

RGB 152 8 69 -
CMYK 0 0.95 0.55 0.40
HSL 334.58º 0.9% 0.31% -
HSV(B) 334.58º 0.95% 0.6% -
XYZ 14.11 7.28 6.29 -
YUV 58.01 134.21 195.04 -
System Red Green Blue C M Y K H S L
Decimal 152 8 69 0 0.95 0.55 0.40 334.58 0.9 0.31
Hex 98 8 45 0 5F 37 28 14F 5A 1F
Octal 230 10 105 0 137 67 50 517 132 37
Binary 10011000 1000 1000101 0 1011111 110111 101000 101001111 1011010 11111

Color Harmonies of #980845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980845

Black with #980845

Text Example


Text Example

White with #980845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980845; }

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

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

background-color css

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

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

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

border-color css

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

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

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