Html Css Color HEX #970C45 Jazzberry Jam

📋 copy color: '#970C45'

red 151 ◦ green 12 ◦ blue 69

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

Shades of Jazzberry Jam #970C45

Tints of Jazzberry Jam #970C45

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.17%

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

R = 65.09%
G = 5.17%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.54

 K value IS 0.41

RGB Variations

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

Color information

#970C45 (or 0x970C45) is known color: Jazzberry Jam. HEX triplet: 97, 0C and 45. RGB value is (151,12,69). Sum of RGB (Red+Green+Blue) = 151+12+69=232 (30% of max value = 765). Red value is 151 (59.38% from 255 or 65.09% from 232); Green value is 12 (5.08% from 255 or 5.17% from 232); Blue value is 69 (27.34% from 255 or 29.74% from 232); Max value from RGB is 151 - color contains mainly: red. Hex color #970C45 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970C45 is #68F3BA. Grayscale: #3B3B3B. Windows color (decimal): -6878139 or 4525207. OLE color: 4525207.

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

Color convert

RGB 151 12 69 -
CMYK 0 0.92 0.54 0.41
HSL 335.4º 0.85% 0.32% -
HSV(B) 335.4º 0.92% 0.59% -
XYZ 13.97 7.27 6.3 -
YUV 60.06 133.05 192.87 -
System Red Green Blue C M Y K H S L
Decimal 151 12 69 0 0.92 0.54 0.41 335.4 0.85 0.32
Hex 97 C 45 0 5C 36 29 14F 55 20
Octal 227 14 105 0 134 66 51 517 125 40
Binary 10010111 1100 1000101 0 1011100 110110 101001 101001111 1010101 100000

Color Harmonies of #970C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970C45

Black with #970C45

Text Example


Text Example

White with #970C45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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