Html Css Color HEX #970143 Jazzberry Jam

📋 copy color: '#970143'

red 151 ◦ green 1 ◦ blue 67

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

Shades of Jazzberry Jam #970143

Tints of Jazzberry Jam #970143

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.46%

 BLUE value IS 67 (26.56% from 255) = 30.59%

R = 68.95%
G = 0.46%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.56

 K value IS 0.41

RGB Variations

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

Color information

#970143 (or 0x970143) is known color: Jazzberry Jam. HEX triplet: 97, 01 and 43. RGB value is (151,1,67). Sum of RGB (Red+Green+Blue) = 151+1+67=219 (29% of max value = 765). Red value is 151 (59.38% from 255 or 68.95% from 219); Green value is 1 (0.78% from 255 or 0.46% from 219); Blue value is 67 (26.56% from 255 or 30.59% from 219); Max value from RGB is 151 - color contains mainly: red. Hex color #970143 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970143 is #68FEBC. Grayscale: #353535. Windows color (decimal): -6880957 or 4391319. OLE color: 4391319.

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

Color convert

RGB 151 1 67 -
CMYK 0 0.99 0.56 0.41
HSL 333.6º 0.99% 0.3% -
HSV(B) 333.6º 0.99% 0.59% -
XYZ 13.79 7.01 5.94 -
YUV 53.37 135.7 197.63 -
System Red Green Blue C M Y K H S L
Decimal 151 1 67 0 0.99 0.56 0.41 333.6 0.99 0.3
Hex 97 1 43 0 63 38 29 14E 63 1E
Octal 227 1 103 0 143 70 51 516 143 36
Binary 10010111 1 1000011 0 1100011 111000 101001 101001110 1100011 11110

Color Harmonies of #970143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970143

Black with #970143

Text Example


Text Example

White with #970143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970143; }

 p { color: rgb(151,1,67); }

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

background-color css

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

 a { background-color: rgb(151,1,67); }

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

border-color css

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

 span { border-color: rgb(151,1,67); }

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