Html Css Color HEX #97013F Jazzberry Jam

📋 copy color: '#97013F'

red 151 ◦ green 1 ◦ blue 63

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

Shades of Jazzberry Jam #97013F

Tints of Jazzberry Jam #97013F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 29.3%

R = 70.23%
G = 0.47%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.58

 K value IS 0.41

RGB Variations

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

Color information

#97013F (or 0x97013F) is known color: Jazzberry Jam. HEX triplet: 97, 01 and 3F. RGB value is (151,1,63). Sum of RGB (Red+Green+Blue) = 151+1+63=215 (28% of max value = 765). Red value is 151 (59.38% from 255 or 70.23% from 215); Green value is 1 (0.78% from 255 or 0.47% from 215); Blue value is 63 (25% from 255 or 29.30% from 215); Max value from RGB is 151 - color contains mainly: red. Hex color #97013F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #97013F is #68FEC0. Grayscale: #343434. Windows color (decimal): -6880961 or 4129175. OLE color: 4129175.

HSL color Cylindrical-coordinate representation of color #97013F: hue angle of 335.2º 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 #97013F is Cyan = 0, Magento = 0.99, Yellow = 0.58 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 1 63 -
CMYK 0 0.99 0.58 0.41
HSL 335.2º 0.99% 0.3% -
HSV(B) 335.2º 0.99% 0.59% -
XYZ 13.67 6.96 5.33 -
YUV 52.92 133.7 197.96 -
System Red Green Blue C M Y K H S L
Decimal 151 1 63 0 0.99 0.58 0.41 335.2 0.99 0.3
Hex 97 1 3F 0 63 3A 29 14F 63 1E
Octal 227 1 77 0 143 72 51 517 143 36
Binary 10010111 1 111111 0 1100011 111010 101001 101001111 1100011 11110

Color Harmonies of #97013F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97013F

Black with #97013F

Text Example


Text Example

White with #97013F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97013F; }

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

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

background-color css

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

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

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

border-color css

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

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

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