Html Css Color HEX #970D45 Jazzberry Jam

📋 copy color: '#970D45'

red 151 ◦ green 13 ◦ blue 69

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

Shades of Jazzberry Jam #970D45

Tints of Jazzberry Jam #970D45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 29.61%

R = 64.81%
G = 5.58%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.54

 K value IS 0.41

RGB Variations

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

Color information

#970D45 (or 0x970D45) is known color: Jazzberry Jam. HEX triplet: 97, 0D and 45. RGB value is (151,13,69). Sum of RGB (Red+Green+Blue) = 151+13+69=233 (30% of max value = 765). Red value is 151 (59.38% from 255 or 64.81% from 233); Green value is 13 (5.47% from 255 or 5.58% from 233); Blue value is 69 (27.34% from 255 or 29.61% from 233); Max value from RGB is 151 - color contains mainly: red. Hex color #970D45 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970D45 is #68F2BA. Grayscale: #3C3C3C. Windows color (decimal): -6877883 or 4525463. OLE color: 4525463.

HSL color Cylindrical-coordinate representation of color #970D45: hue angle of 335.65º 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 #970D45 is Cyan = 0, Magento = 0.91, Yellow = 0.54 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 13 69 -
CMYK 0 0.91 0.54 0.41
HSL 335.65º 0.84% 0.32% -
HSV(B) 335.65º 0.91% 0.59% -
XYZ 13.98 7.3 6.3 -
YUV 60.65 132.72 192.45 -
System Red Green Blue C M Y K H S L
Decimal 151 13 69 0 0.91 0.54 0.41 335.65 0.84 0.32
Hex 97 D 45 0 5B 36 29 150 54 20
Octal 227 15 105 0 133 66 51 520 124 40
Binary 10010111 1101 1000101 0 1011011 110110 101001 101010000 1010100 100000

Color Harmonies of #970D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970D45

Black with #970D45

Text Example


Text Example

White with #970D45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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