Html Css Color HEX #971250 Jazzberry Jam

📋 copy color: '#971250'

red 151 ◦ green 18 ◦ blue 80

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

Shades of Jazzberry Jam #971250

Tints of Jazzberry Jam #971250

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.23%

 BLUE value IS 80 (31.64% from 255) = 32.13%

R = 60.64%
G = 7.23%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.47

 K value IS 0.41

RGB Variations

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

Color information

#971250 (or 0x971250) is known color: Jazzberry Jam. HEX triplet: 97, 12 and 50. RGB value is (151,18,80). Sum of RGB (Red+Green+Blue) = 151+18+80=249 (32% of max value = 765). Red value is 151 (59.38% from 255 or 60.64% from 249); Green value is 18 (7.42% from 255 or 7.23% from 249); Blue value is 80 (31.64% from 255 or 32.13% from 249); Max value from RGB is 151 - color contains mainly: red. Hex color #971250 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #971250 is #68EDAF. Grayscale: #404040. Windows color (decimal): -6876592 or 5247639. OLE color: 5247639.

HSL color Cylindrical-coordinate representation of color #971250: hue angle of 332.03º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #971250 is Cyan = 0, Magento = 0.88, Yellow = 0.47 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 18 80 -
CMYK 0 0.88 0.47 0.41
HSL 332.03º 0.79% 0.33% -
HSV(B) 332.03º 0.88% 0.59% -
XYZ 14.43 7.59 8.29 -
YUV 64.84 136.56 189.46 -
System Red Green Blue C M Y K H S L
Decimal 151 18 80 0 0.88 0.47 0.41 332.03 0.79 0.33
Hex 97 12 50 0 58 2F 29 14C 4F 21
Octal 227 22 120 0 130 57 51 514 117 41
Binary 10010111 10010 1010000 0 1011000 101111 101001 101001100 1001111 100001

Color Harmonies of #971250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971250

Black with #971250

Text Example


Text Example

White with #971250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971250; }

 p { color: rgb(151,18,80); }

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

background-color css

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

 a { background-color: rgb(151,18,80); }

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

border-color css

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

 span { border-color: rgb(151,18,80); }

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