Html Css Color HEX #971354 Jazzberry Jam

📋 copy color: '#971354'

red 151 ◦ green 19 ◦ blue 84

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

Shades of Jazzberry Jam #971354

Tints of Jazzberry Jam #971354

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 33.07%

R = 59.45%
G = 7.48%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.44

 K value IS 0.41

RGB Variations

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

Color information

#971354 (or 0x971354) is known color: Jazzberry Jam. HEX triplet: 97, 13 and 54. RGB value is (151,19,84). Sum of RGB (Red+Green+Blue) = 151+19+84=254 (33% of max value = 765). Red value is 151 (59.38% from 255 or 59.45% from 254); Green value is 19 (7.81% from 255 or 7.48% from 254); Blue value is 84 (33.20% from 255 or 33.07% from 254); Max value from RGB is 151 - color contains mainly: red. Hex color #971354 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #971354 is #68ECAB. Grayscale: #414141. Windows color (decimal): -6876332 or 5510039. OLE color: 5510039.

HSL color Cylindrical-coordinate representation of color #971354: hue angle of 330.45º 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 #971354 is Cyan = 0, Magento = 0.87, Yellow = 0.44 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 19 84 -
CMYK 0 0.87 0.44 0.41
HSL 330.45º 0.78% 0.33% -
HSV(B) 330.45º 0.87% 0.59% -
XYZ 14.6 7.69 9.1 -
YUV 65.88 138.23 188.71 -
System Red Green Blue C M Y K H S L
Decimal 151 19 84 0 0.87 0.44 0.41 330.45 0.78 0.33
Hex 97 13 54 0 57 2C 29 14A 4E 21
Octal 227 23 124 0 127 54 51 512 116 41
Binary 10010111 10011 1010100 0 1010111 101100 101001 101001010 1001110 100001

Color Harmonies of #971354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971354

Black with #971354

Text Example


Text Example

White with #971354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971354; }

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

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

background-color css

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

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

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

border-color css

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

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

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