Html Css Color HEX #970D4E Jazzberry Jam

📋 copy color: '#970D4E'

red 151 ◦ green 13 ◦ blue 78

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

Shades of Jazzberry Jam #970D4E

Tints of Jazzberry Jam #970D4E

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.37%

 BLUE value IS 78 (30.86% from 255) = 32.23%

R = 62.4%
G = 5.37%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.48

 K value IS 0.41

RGB Variations

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

Color information

#970D4E (or 0x970D4E) is known color: Jazzberry Jam. HEX triplet: 97, 0D and 4E. RGB value is (151,13,78). Sum of RGB (Red+Green+Blue) = 151+13+78=242 (32% of max value = 765). Red value is 151 (59.38% from 255 or 62.40% from 242); Green value is 13 (5.47% from 255 or 5.37% from 242); Blue value is 78 (30.86% from 255 or 32.23% from 242); Max value from RGB is 151 - color contains mainly: red. Hex color #970D4E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970D4E is #68F2B1. Grayscale: #3D3D3D. Windows color (decimal): -6877874 or 5115287. OLE color: 5115287.

HSL color Cylindrical-coordinate representation of color #970D4E: hue angle of 331.74º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #970D4E is Cyan = 0, Magento = 0.91, Yellow = 0.48 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 13 78 -
CMYK 0 0.91 0.48 0.41
HSL 331.74º 0.84% 0.32% -
HSV(B) 331.74º 0.91% 0.59% -
XYZ 14.28 7.42 7.89 -
YUV 61.67 137.22 191.71 -
System Red Green Blue C M Y K H S L
Decimal 151 13 78 0 0.91 0.48 0.41 331.74 0.84 0.32
Hex 97 D 4E 0 5B 30 29 14C 54 20
Octal 227 15 116 0 133 60 51 514 124 40
Binary 10010111 1101 1001110 0 1011011 110000 101001 101001100 1010100 100000

Color Harmonies of #970D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970D4E

Black with #970D4E

Text Example


Text Example

White with #970D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970D4E; }

 p { color: rgb(151,13,78); }

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

background-color css

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

 a { background-color: rgb(151,13,78); }

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

border-color css

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

 span { border-color: rgb(151,13,78); }

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