Html Css Color HEX #971B5C Jazzberry Jam

📋 copy color: '#971B5C'

red 151 ◦ green 27 ◦ blue 92

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

Shades of Jazzberry Jam #971B5C

Tints of Jazzberry Jam #971B5C

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10%

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

R = 55.93%
G = 10%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.39

 K value IS 0.41

RGB Variations

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

Color information

#971B5C (or 0x971B5C) is known color: Jazzberry Jam. HEX triplet: 97, 1B and 5C. RGB value is (151,27,92). Sum of RGB (Red+Green+Blue) = 151+27+92=270 (35% of max value = 765). Red value is 151 (59.38% from 255 or 55.93% from 270); Green value is 27 (10.94% from 255 or 10% from 270); Blue value is 92 (36.33% from 255 or 34.07% from 270); Max value from RGB is 151 - color contains mainly: red. Hex color #971B5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #971B5C is #68E4A3. Grayscale: #474747. Windows color (decimal): -6874276 or 6036375. OLE color: 6036375.

HSL color Cylindrical-coordinate representation of color #971B5C: hue angle of 328.55º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #971B5C is Cyan = 0, Magento = 0.82, Yellow = 0.39 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 27 92 -
CMYK 0 0.82 0.39 0.41
HSL 328.55º 0.7% 0.35% -
HSV(B) 328.55º 0.82% 0.59% -
XYZ 15.09 8.14 10.9 -
YUV 71.49 139.58 184.71 -
System Red Green Blue C M Y K H S L
Decimal 151 27 92 0 0.82 0.39 0.41 328.55 0.7 0.35
Hex 97 1B 5C 0 52 27 29 149 46 23
Octal 227 33 134 0 122 47 51 511 106 43
Binary 10010111 11011 1011100 0 1010010 100111 101001 101001001 1000110 100011

Color Harmonies of #971B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971B5C

Black with #971B5C

Text Example


Text Example

White with #971B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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