Html Css Color HEX #980640 Jazzberry Jam

📋 copy color: '#980640'

red 152 ◦ green 6 ◦ blue 64

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

Shades of Jazzberry Jam #980640

Tints of Jazzberry Jam #980640

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 28.83%

R = 68.47%
G = 2.7%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.58

 K value IS 0.40

RGB Variations

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

Color information

#980640 (or 0x980640) is known color: Jazzberry Jam. HEX triplet: 98, 06 and 40. RGB value is (152,6,64). Sum of RGB (Red+Green+Blue) = 152+6+64=222 (29% of max value = 765). Red value is 152 (59.77% from 255 or 68.47% from 222); Green value is 6 (2.73% from 255 or 2.70% from 222); Blue value is 64 (25.39% from 255 or 28.83% from 222); Max value from RGB is 152 - color contains mainly: red. Hex color #980640 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980640 is #67F9BF. Grayscale: #383838. Windows color (decimal): -6814144 or 4195992. OLE color: 4195992.

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

Color convert

RGB 152 6 64 -
CMYK 0 0.96 0.58 0.40
HSL 336.16º 0.92% 0.31% -
HSV(B) 336.16º 0.96% 0.6% -
XYZ 13.94 7.18 5.5 -
YUV 56.27 132.37 196.28 -
System Red Green Blue C M Y K H S L
Decimal 152 6 64 0 0.96 0.58 0.40 336.16 0.92 0.31
Hex 98 6 40 0 60 3A 28 150 5C 1F
Octal 230 6 100 0 140 72 50 520 134 37
Binary 10011000 110 1000000 0 1100000 111010 101000 101010000 1011100 11111

Color Harmonies of #980640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980640

Black with #980640

Text Example


Text Example

White with #980640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980640; }

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

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

background-color css

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

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

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

border-color css

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

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

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