Html Css Color HEX #971365 Jazzberry Jam

📋 copy color: '#971365'

red 151 ◦ green 19 ◦ blue 101

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

Shades of Jazzberry Jam #971365

Tints of Jazzberry Jam #971365

RGB

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

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

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

R = 55.72%
G = 7.01%
B = 37.27%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.33

 K value IS 0.41

RGB Variations

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

Color information

#971365 (or 0x971365) is known color: Jazzberry Jam. HEX triplet: 97, 13 and 65. RGB value is (151,19,101). Sum of RGB (Red+Green+Blue) = 151+19+101=271 (35% of max value = 765). Red value is 151 (59.38% from 255 or 55.72% from 271); Green value is 19 (7.81% from 255 or 7.01% from 271); Blue value is 101 (39.84% from 255 or 37.27% from 271); Max value from RGB is 151 - color contains mainly: red. Hex color #971365 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #971365 is #68EC9A. Grayscale: #434343. Windows color (decimal): -6876315 or 6624151. OLE color: 6624151.

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

Color convert

RGB 151 19 101 -
CMYK 0 0.87 0.33 0.41
HSL 322.73º 0.78% 0.33% -
HSV(B) 322.73º 0.87% 0.59% -
XYZ 15.34 7.98 13.04 -
YUV 67.82 146.73 187.33 -
System Red Green Blue C M Y K H S L
Decimal 151 19 101 0 0.87 0.33 0.41 322.73 0.78 0.33
Hex 97 13 65 0 57 21 29 143 4E 21
Octal 227 23 145 0 127 41 51 503 116 41
Binary 10010111 10011 1100101 0 1010111 100001 101001 101000011 1001110 100001

Color Harmonies of #971365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971365

Black with #971365

Text Example


Text Example

White with #971365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971365; }

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

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

background-color css

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

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

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

border-color css

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

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

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