Html Css Color HEX #970B5C Jazzberry Jam

📋 copy color: '#970B5C'

red 151 ◦ green 11 ◦ blue 92

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

Shades of Jazzberry Jam #970B5C

Tints of Jazzberry Jam #970B5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 36.22%

R = 59.45%
G = 4.33%
B = 36.22%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.39

 K value IS 0.41

RGB Variations

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

Color information

#970B5C (or 0x970B5C) is known color: Jazzberry Jam. HEX triplet: 97, 0B and 5C. RGB value is (151,11,92). Sum of RGB (Red+Green+Blue) = 151+11+92=254 (33% of max value = 765). Red value is 151 (59.38% from 255 or 59.45% from 254); Green value is 11 (4.69% from 255 or 4.33% from 254); Blue value is 92 (36.33% from 255 or 36.22% from 254); Max value from RGB is 151 - color contains mainly: red. Hex color #970B5C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970B5C is #68F4A3. Grayscale: #3D3D3D. Windows color (decimal): -6878372 or 6032279. OLE color: 6032279.

HSL color Cylindrical-coordinate representation of color #970B5C: hue angle of 325.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 #970B5C is Cyan = 0, Magento = 0.93, Yellow = 0.39 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 11 92 -
CMYK 0 0.93 0.39 0.41
HSL 325.29º 0.86% 0.32% -
HSV(B) 325.29º 0.93% 0.59% -
XYZ 14.81 7.59 10.81 -
YUV 62.09 144.88 191.41 -
System Red Green Blue C M Y K H S L
Decimal 151 11 92 0 0.93 0.39 0.41 325.29 0.86 0.32
Hex 97 B 5C 0 5D 27 29 145 56 20
Octal 227 13 134 0 135 47 51 505 126 40
Binary 10010111 1011 1011100 0 1011101 100111 101001 101000101 1010110 100000

Color Harmonies of #970B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970B5C

Black with #970B5C

Text Example


Text Example

White with #970B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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