Html Css Color HEX #970442 Jazzberry Jam

📋 copy color: '#970442'

red 151 ◦ green 4 ◦ blue 66

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

Shades of Jazzberry Jam #970442

Tints of Jazzberry Jam #970442

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.81%

 BLUE value IS 66 (26.17% from 255) = 29.86%

R = 68.33%
G = 1.81%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.56

 K value IS 0.41

RGB Variations

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

Color information

#970442 (or 0x970442) is known color: Jazzberry Jam. HEX triplet: 97, 04 and 42. RGB value is (151,4,66). Sum of RGB (Red+Green+Blue) = 151+4+66=221 (29% of max value = 765). Red value is 151 (59.38% from 255 or 68.33% from 221); Green value is 4 (1.95% from 255 or 1.81% from 221); Blue value is 66 (26.17% from 255 or 29.86% from 221); Max value from RGB is 151 - color contains mainly: red. Hex color #970442 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970442 is #68FBBD. Grayscale: #363636. Windows color (decimal): -6880190 or 4326551. OLE color: 4326551.

HSL color Cylindrical-coordinate representation of color #970442: hue angle of 334.69º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #970442 is Cyan = 0, Magento = 0.97, Yellow = 0.56 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 4 66 -
CMYK 0 0.97 0.56 0.41
HSL 334.69º 0.95% 0.3% -
HSV(B) 334.69º 0.97% 0.59% -
XYZ 13.79 7.06 5.79 -
YUV 55.02 134.2 196.46 -
System Red Green Blue C M Y K H S L
Decimal 151 4 66 0 0.97 0.56 0.41 334.69 0.95 0.3
Hex 97 4 42 0 61 38 29 14F 5F 1E
Octal 227 4 102 0 141 70 51 517 137 36
Binary 10010111 100 1000010 0 1100001 111000 101001 101001111 1011111 11110

Color Harmonies of #970442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970442

Black with #970442

Text Example


Text Example

White with #970442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970442; }

 p { color: rgb(151,4,66); }

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

background-color css

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

 a { background-color: rgb(151,4,66); }

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

border-color css

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

 span { border-color: rgb(151,4,66); }

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