Html Css Color HEX #981C65 Jazzberry Jam

📋 copy color: '#981C65'

red 152 ◦ green 28 ◦ blue 101

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

Shades of Jazzberry Jam #981C65

Tints of Jazzberry Jam #981C65

RGB

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

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

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

R = 54.09%
G = 9.96%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.34

 K value IS 0.40

RGB Variations

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

Color information

#981C65 (or 0x981C65) is known color: Jazzberry Jam. HEX triplet: 98, 1C and 65. RGB value is (152,28,101). Sum of RGB (Red+Green+Blue) = 152+28+101=281 (37% of max value = 765). Red value is 152 (59.77% from 255 or 54.09% from 281); Green value is 28 (11.33% from 255 or 9.96% from 281); Blue value is 101 (39.84% from 255 or 35.94% from 281); Max value from RGB is 152 - color contains mainly: red. Hex color #981C65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #981C65 is #67E39A. Grayscale: #494949. Windows color (decimal): -6808475 or 6626456. OLE color: 6626456.

HSL color Cylindrical-coordinate representation of color #981C65: hue angle of 324.68º 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 #981C65 is Cyan = 0, Magento = 0.82, Yellow = 0.34 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 28 101 -
CMYK 0 0.82 0.34 0.40
HSL 324.68º 0.69% 0.35% -
HSV(B) 324.68º 0.82% 0.6% -
XYZ 15.71 8.45 13.11 -
YUV 73.4 143.58 184.06 -
System Red Green Blue C M Y K H S L
Decimal 152 28 101 0 0.82 0.34 0.40 324.68 0.69 0.35
Hex 98 1C 65 0 52 22 28 145 45 23
Octal 230 34 145 0 122 42 50 505 105 43
Binary 10011000 11100 1100101 0 1010010 100010 101000 101000101 1000101 100011

Color Harmonies of #981C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981C65

Black with #981C65

Text Example


Text Example

White with #981C65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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