Html Css Color HEX #981C5E Jazzberry Jam

📋 copy color: '#981C5E'

red 152 ◦ green 28 ◦ blue 94

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

Shades of Jazzberry Jam #981C5E

Tints of Jazzberry Jam #981C5E

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.22%

 BLUE value IS 94 (37.11% from 255) = 34.31%

R = 55.47%
G = 10.22%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.38

 K value IS 0.40

RGB Variations

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

Color information

#981C5E (or 0x981C5E) is known color: Jazzberry Jam. HEX triplet: 98, 1C and 5E. RGB value is (152,28,94). Sum of RGB (Red+Green+Blue) = 152+28+94=274 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.47% from 274); Green value is 28 (11.33% from 255 or 10.22% from 274); Blue value is 94 (37.11% from 255 or 34.31% from 274); Max value from RGB is 152 - color contains mainly: red. Hex color #981C5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #981C5E is #67E3A1. Grayscale: #484848. Windows color (decimal): -6808482 or 6167704. OLE color: 6167704.

HSL color Cylindrical-coordinate representation of color #981C5E: hue angle of 328.06º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #981C5E is Cyan = 0, Magento = 0.82, Yellow = 0.38 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 28 94 -
CMYK 0 0.82 0.38 0.40
HSL 328.06º 0.69% 0.35% -
HSV(B) 328.06º 0.82% 0.6% -
XYZ 15.38 8.31 11.38 -
YUV 72.6 140.08 184.63 -
System Red Green Blue C M Y K H S L
Decimal 152 28 94 0 0.82 0.38 0.40 328.06 0.69 0.35
Hex 98 1C 5E 0 52 26 28 148 45 23
Octal 230 34 136 0 122 46 50 510 105 43
Binary 10011000 11100 1011110 0 1010010 100110 101000 101001000 1000101 100011

Color Harmonies of #981C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981C5E

Black with #981C5E

Text Example


Text Example

White with #981C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981C5E; }

 p { color: rgb(152,28,94); }

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

background-color css

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

 a { background-color: rgb(152,28,94); }

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

border-color css

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

 span { border-color: rgb(152,28,94); }

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