Html Css Color HEX #97063F Jazzberry Jam

📋 copy color: '#97063F'

red 151 ◦ green 6 ◦ blue 63

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

Shades of Jazzberry Jam #97063F

Tints of Jazzberry Jam #97063F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.73%

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

R = 68.64%
G = 2.73%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.58

 K value IS 0.41

RGB Variations

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

Color information

#97063F (or 0x97063F) is known color: Jazzberry Jam. HEX triplet: 97, 06 and 3F. RGB value is (151,6,63). Sum of RGB (Red+Green+Blue) = 151+6+63=220 (29% of max value = 765). Red value is 151 (59.38% from 255 or 68.64% from 220); Green value is 6 (2.73% from 255 or 2.73% from 220); Blue value is 63 (25% from 255 or 28.64% from 220); Max value from RGB is 151 - color contains mainly: red. Hex color #97063F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #97063F is #68F9C0. Grayscale: #373737. Windows color (decimal): -6879681 or 4130455. OLE color: 4130455.

HSL color Cylindrical-coordinate representation of color #97063F: hue angle of 336.41º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #97063F is Cyan = 0, Magento = 0.96, Yellow = 0.58 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 6 63 -
CMYK 0 0.96 0.58 0.41
HSL 336.41º 0.92% 0.31% -
HSV(B) 336.41º 0.96% 0.59% -
XYZ 13.72 7.07 5.34 -
YUV 55.85 132.04 195.87 -
System Red Green Blue C M Y K H S L
Decimal 151 6 63 0 0.96 0.58 0.41 336.41 0.92 0.31
Hex 97 6 3F 0 60 3A 29 150 5C 1F
Octal 227 6 77 0 140 72 51 520 134 37
Binary 10010111 110 111111 0 1100000 111010 101001 101010000 1011100 11111

Color Harmonies of #97063F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97063F

Black with #97063F

Text Example


Text Example

White with #97063F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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