#971254

Color #971254 Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #971254

Tints of Jazzberry Jam #971254

Color information

#971254 (or 0x971254) is unknown color: approx Jazzberry Jam. HEX triplet: 97, 12 and 54. RGB value is (151,18,84). Sum of RGB (Red+Green+Blue) = 151+18+84=253 (33% of max value = 765). Red value is 151 (59.38% from 255 or 59.68% from 253); Green value is 18 (7.42% from 255 or 7.11% from 253); Blue value is 84 (33.20% from 255 or 33.20% from 253); Max value from RGB is 151 - color contains mainly: red. Hex color #971254 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #971254 is #68EDAB. Grayscale: #414141. Windows color (decimal): -6876588 or 5509783. OLE color: 5509783.

HSL color Cylindrical-coordinate representation of color #971254: hue angle of 330.23º 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 #971254 is Cyan = 0, Magento = 0.88, Yellow = 0.44 and Black (K on CMYK) = 0.41.

Color convert

RGB1511884-
CMYK00.880.440.41
HSL330.23º78.7%33.14%-
HSV(B)330.23º88.08%59.22%-
XYZ14.587.659.1-
YUV65.29138.56189.13-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 59.68%
GREEN value IS 18 (7.42% from 255) = 7.11%
BLUE value IS 84 (33.20% from 255) = 33.20%
R=59.68%
G=7.11%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.44
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151188400.880.440.41330.2378.733.14
Hex9712540582C2914a4f21
Octal227221240130545151211741
Binary10010111100101010100010110001011001010011010010101001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #971254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #971254; }

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

 H1.HeaderClassName
 {
   color: #971254;
 }
 .AnyTagClassName
 {
   color: #971254;
 }
</style>
background-color css

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

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

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

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

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

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