Html Css Color HEX #971362 Jazzberry Jam

📋 copy color: '#971362'

red 151 ◦ green 19 ◦ blue 98

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

Shades of Jazzberry Jam #971362

Tints of Jazzberry Jam #971362

RGB

 RED value IS 151 (59.38% from 255) = 56.34%

 GREEN value IS 19 (7.81% from 255) = 7.09%

 BLUE value IS 98 (38.67% from 255) = 36.57%

R = 56.34%
G = 7.09%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.35

 K value IS 0.41

RGB Variations

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

Color information

#971362 (or 0x971362) is known color: Jazzberry Jam. HEX triplet: 97, 13 and 62. RGB value is (151,19,98). Sum of RGB (Red+Green+Blue) = 151+19+98=268 (35% of max value = 765). Red value is 151 (59.38% from 255 or 56.34% from 268); Green value is 19 (7.81% from 255 or 7.09% from 268); Blue value is 98 (38.67% from 255 or 36.57% from 268); Max value from RGB is 151 - color contains mainly: red. Hex color #971362 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #971362 is #68EC9D. Grayscale: #434343. Windows color (decimal): -6876318 or 6427543. OLE color: 6427543.

HSL color Cylindrical-coordinate representation of color #971362: hue angle of 324.09º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #971362 is Cyan = 0, Magento = 0.87, Yellow = 0.35 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 19 98 -
CMYK 0 0.87 0.35 0.41
HSL 324.09º 0.78% 0.33% -
HSV(B) 324.09º 0.87% 0.59% -
XYZ 15.2 7.93 12.28 -
YUV 67.47 145.23 187.58 -
System Red Green Blue C M Y K H S L
Decimal 151 19 98 0 0.87 0.35 0.41 324.09 0.78 0.33
Hex 97 13 62 0 57 23 29 144 4E 21
Octal 227 23 142 0 127 43 51 504 116 41
Binary 10010111 10011 1100010 0 1010111 100011 101001 101000100 1001110 100001

Color Harmonies of #971362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971362

Black with #971362

Text Example


Text Example

White with #971362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971362; }

 p { color: rgb(151,19,98); }

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

background-color css

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

 a { background-color: rgb(151,19,98); }

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

border-color css

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

 span { border-color: rgb(151,19,98); }

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