Html Css Color HEX #980644 Jazzberry Jam

📋 copy color: '#980644'

red 152 ◦ green 6 ◦ blue 68

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

Shades of Jazzberry Jam #980644

Tints of Jazzberry Jam #980644

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.65%

 BLUE value IS 68 (26.95% from 255) = 30.09%

R = 67.26%
G = 2.65%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.55

 K value IS 0.40

RGB Variations

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

Color information

#980644 (or 0x980644) is known color: Jazzberry Jam. HEX triplet: 98, 06 and 44. RGB value is (152,6,68). Sum of RGB (Red+Green+Blue) = 152+6+68=226 (29% of max value = 765). Red value is 152 (59.77% from 255 or 67.26% from 226); Green value is 6 (2.73% from 255 or 2.65% from 226); Blue value is 68 (26.95% from 255 or 30.09% from 226); Max value from RGB is 152 - color contains mainly: red. Hex color #980644 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980644 is #67F9BB. Grayscale: #383838. Windows color (decimal): -6814140 or 4458136. OLE color: 4458136.

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

Color convert

RGB 152 6 68 -
CMYK 0 0.96 0.55 0.40
HSL 334.52º 0.92% 0.31% -
HSV(B) 334.52º 0.96% 0.6% -
XYZ 14.06 7.22 6.12 -
YUV 56.72 134.37 195.96 -
System Red Green Blue C M Y K H S L
Decimal 152 6 68 0 0.96 0.55 0.40 334.52 0.92 0.31
Hex 98 6 44 0 60 37 28 14F 5C 1F
Octal 230 6 104 0 140 67 50 517 134 37
Binary 10011000 110 1000100 0 1100000 110111 101000 101001111 1011100 11111

Color Harmonies of #980644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980644

Black with #980644

Text Example


Text Example

White with #980644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980644; }

 p { color: rgb(152,6,68); }

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

background-color css

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

 a { background-color: rgb(152,6,68); }

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

border-color css

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

 span { border-color: rgb(152,6,68); }

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