Html Css Color HEX #981F65 Jazzberry Jam

📋 copy color: '#981F65'

red 152 ◦ green 31 ◦ blue 101

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

Shades of Jazzberry Jam #981F65

Tints of Jazzberry Jam #981F65

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.92%

 BLUE value IS 101 (39.84% from 255) = 35.56%

R = 53.52%
G = 10.92%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.34

 K value IS 0.40

RGB Variations

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

Color information

#981F65 (or 0x981F65) is known color: Jazzberry Jam. HEX triplet: 98, 1F and 65. RGB value is (152,31,101). Sum of RGB (Red+Green+Blue) = 152+31+101=284 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.52% from 284); Green value is 31 (12.5% from 255 or 10.92% from 284); Blue value is 101 (39.84% from 255 or 35.56% from 284); Max value from RGB is 152 - color contains mainly: red. Hex color #981F65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #981F65 is #67E09A. Grayscale: #4B4B4B. Windows color (decimal): -6807707 or 6627224. OLE color: 6627224.

HSL color Cylindrical-coordinate representation of color #981F65: hue angle of 325.29º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #981F65 is Cyan = 0, Magento = 0.80, Yellow = 0.34 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 31 101 -
CMYK 0 0.80 0.34 0.40
HSL 325.29º 0.66% 0.36% -
HSV(B) 325.29º 0.8% 0.6% -
XYZ 15.79 8.59 13.14 -
YUV 75.16 142.59 182.81 -
System Red Green Blue C M Y K H S L
Decimal 152 31 101 0 0.80 0.34 0.40 325.29 0.66 0.36
Hex 98 1F 65 0 50 22 28 145 42 24
Octal 230 37 145 0 120 42 50 505 102 44
Binary 10011000 11111 1100101 0 1010000 100010 101000 101000101 1000010 100100

Color Harmonies of #981F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981F65

Black with #981F65

Text Example


Text Example

White with #981F65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,31,101); }

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

background-color css

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

 a { background-color: rgb(152,31,101); }

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

border-color css

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

 span { border-color: rgb(152,31,101); }

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