Html Css Color HEX #980A3E Jazzberry Jam

📋 copy color: '#980A3E'

red 152 ◦ green 10 ◦ blue 62

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

Shades of Jazzberry Jam #980A3E

Tints of Jazzberry Jam #980A3E

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.46%

 BLUE value IS 62 (24.61% from 255) = 27.68%

R = 67.86%
G = 4.46%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.59

 K value IS 0.40

RGB Variations

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

Color information

#980A3E (or 0x980A3E) is known color: Jazzberry Jam. HEX triplet: 98, 0A and 3E. RGB value is (152,10,62). Sum of RGB (Red+Green+Blue) = 152+10+62=224 (29% of max value = 765). Red value is 152 (59.77% from 255 or 67.86% from 224); Green value is 10 (4.30% from 255 or 4.46% from 224); Blue value is 62 (24.61% from 255 or 27.68% from 224); Max value from RGB is 152 - color contains mainly: red. Hex color #980A3E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980A3E is #67F5C1. Grayscale: #3A3A3A. Windows color (decimal): -6813122 or 4065944. OLE color: 4065944.

HSL color Cylindrical-coordinate representation of color #980A3E: hue angle of 338.03º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #980A3E is Cyan = 0, Magento = 0.93, Yellow = 0.59 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 10 62 -
CMYK 0 0.93 0.59 0.40
HSL 338.03º 0.88% 0.32% -
HSV(B) 338.03º 0.93% 0.6% -
XYZ 13.93 7.24 5.22 -
YUV 58.39 130.04 194.77 -
System Red Green Blue C M Y K H S L
Decimal 152 10 62 0 0.93 0.59 0.40 338.03 0.88 0.32
Hex 98 A 3E 0 5D 3B 28 152 58 20
Octal 230 12 76 0 135 73 50 522 130 40
Binary 10011000 1010 111110 0 1011101 111011 101000 101010010 1011000 100000

Color Harmonies of #980A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980A3E

Black with #980A3E

Text Example


Text Example

White with #980A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980A3E; }

 p { color: rgb(152,10,62); }

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

background-color css

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

 a { background-color: rgb(152,10,62); }

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

border-color css

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

 span { border-color: rgb(152,10,62); }

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