Html Css Color HEX #970C3F Jazzberry Jam

📋 copy color: '#970C3F'

red 151 ◦ green 12 ◦ blue 63

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

Shades of Jazzberry Jam #970C3F

Tints of Jazzberry Jam #970C3F

RGB

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

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

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

R = 66.81%
G = 5.31%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.58

 K value IS 0.41

RGB Variations

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

Color information

#970C3F (or 0x970C3F) is known color: Jazzberry Jam. HEX triplet: 97, 0C and 3F. RGB value is (151,12,63). Sum of RGB (Red+Green+Blue) = 151+12+63=226 (29% of max value = 765). Red value is 151 (59.38% from 255 or 66.81% from 226); Green value is 12 (5.08% from 255 or 5.31% from 226); Blue value is 63 (25% from 255 or 27.88% from 226); Max value from RGB is 151 - color contains mainly: red. Hex color #970C3F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970C3F is #68F3C0. Grayscale: #3B3B3B. Windows color (decimal): -6878145 or 4131991. OLE color: 4131991.

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

Color convert

RGB 151 12 63 -
CMYK 0 0.92 0.58 0.41
HSL 337.99º 0.85% 0.32% -
HSV(B) 337.99º 0.92% 0.59% -
XYZ 13.79 7.2 5.37 -
YUV 59.38 130.05 193.35 -
System Red Green Blue C M Y K H S L
Decimal 151 12 63 0 0.92 0.58 0.41 337.99 0.85 0.32
Hex 97 C 3F 0 5C 3A 29 152 55 20
Octal 227 14 77 0 134 72 51 522 125 40
Binary 10010111 1100 111111 0 1011100 111010 101001 101010010 1010101 100000

Color Harmonies of #970C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970C3F

Black with #970C3F

Text Example


Text Example

White with #970C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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