Html Css Color HEX #970B40 Jazzberry Jam

📋 copy color: '#970B40'

red 151 ◦ green 11 ◦ blue 64

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

Shades of Jazzberry Jam #970B40

Tints of Jazzberry Jam #970B40

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.87%

 BLUE value IS 64 (25.39% from 255) = 28.32%

R = 66.81%
G = 4.87%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.58

 K value IS 0.41

RGB Variations

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

Color information

#970B40 (or 0x970B40) is known color: Jazzberry Jam. HEX triplet: 97, 0B and 40. RGB value is (151,11,64). Sum of RGB (Red+Green+Blue) = 151+11+64=226 (29% of max value = 765). Red value is 151 (59.38% from 255 or 66.81% from 226); Green value is 11 (4.69% from 255 or 4.87% from 226); Blue value is 64 (25.39% from 255 or 28.32% from 226); Max value from RGB is 151 - color contains mainly: red. Hex color #970B40 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970B40 is #68F4BF. Grayscale: #3A3A3A. Windows color (decimal): -6878400 or 4197271. OLE color: 4197271.

HSL color Cylindrical-coordinate representation of color #970B40: hue angle of 337.29º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #970B40 is Cyan = 0, Magento = 0.93, Yellow = 0.58 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 11 64 -
CMYK 0 0.93 0.58 0.41
HSL 337.29º 0.86% 0.32% -
HSV(B) 337.29º 0.93% 0.59% -
XYZ 13.81 7.19 5.51 -
YUV 58.9 130.88 193.69 -
System Red Green Blue C M Y K H S L
Decimal 151 11 64 0 0.93 0.58 0.41 337.29 0.86 0.32
Hex 97 B 40 0 5D 3A 29 151 56 20
Octal 227 13 100 0 135 72 51 521 126 40
Binary 10010111 1011 1000000 0 1011101 111010 101001 101010001 1010110 100000

Color Harmonies of #970B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970B40

Black with #970B40

Text Example


Text Example

White with #970B40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,11,64); }

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

background-color css

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

 a { background-color: rgb(151,11,64); }

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

border-color css

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

 span { border-color: rgb(151,11,64); }

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