Html Css Color HEX #971E6A Jazzberry Jam

📋 copy color: '#971E6A'

red 151 ◦ green 30 ◦ blue 106

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

Shades of Jazzberry Jam #971E6A

Tints of Jazzberry Jam #971E6A

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.45%

 BLUE value IS 106 (41.8% from 255) = 36.93%

R = 52.61%
G = 10.45%
B = 36.93%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.30

 K value IS 0.41

RGB Variations

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

Color information

#971E6A (or 0x971E6A) is known color: Jazzberry Jam. HEX triplet: 97, 1E and 6A. RGB value is (151,30,106). Sum of RGB (Red+Green+Blue) = 151+30+106=287 (38% of max value = 765). Red value is 151 (59.38% from 255 or 52.61% from 287); Green value is 30 (12.11% from 255 or 10.45% from 287); Blue value is 106 (41.80% from 255 or 36.93% from 287); Max value from RGB is 151 - color contains mainly: red. Hex color #971E6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #971E6A is #68E195. Grayscale: #4A4A4A. Windows color (decimal): -6873494 or 6954647. OLE color: 6954647.

HSL color Cylindrical-coordinate representation of color #971E6A: hue angle of 322.31º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #971E6A is Cyan = 0, Magento = 0.80, Yellow = 0.30 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 30 106 -
CMYK 0 0.80 0.30 0.41
HSL 322.31º 0.67% 0.35% -
HSV(B) 322.31º 0.8% 0.59% -
XYZ 15.83 8.55 14.45 -
YUV 74.84 145.59 182.32 -
System Red Green Blue C M Y K H S L
Decimal 151 30 106 0 0.80 0.30 0.41 322.31 0.67 0.35
Hex 97 1E 6A 0 50 1E 29 142 43 23
Octal 227 36 152 0 120 36 51 502 103 43
Binary 10010111 11110 1101010 0 1010000 11110 101001 101000010 1000011 100011

Color Harmonies of #971E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971E6A

Black with #971E6A

Text Example


Text Example

White with #971E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971E6A; }

 p { color: rgb(151,30,106); }

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

background-color css

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

 a { background-color: rgb(151,30,106); }

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

border-color css

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

 span { border-color: rgb(151,30,106); }

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