Html Css Color HEX #971253 Jazzberry Jam

📋 copy color: '#971253'

red 151 ◦ green 18 ◦ blue 83

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

Shades of Jazzberry Jam #971253

Tints of Jazzberry Jam #971253

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 32.94%

R = 59.92%
G = 7.14%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.45

 K value IS 0.41

RGB Variations

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

Color information

#971253 (or 0x971253) is known color: Jazzberry Jam. HEX triplet: 97, 12 and 53. RGB value is (151,18,83). Sum of RGB (Red+Green+Blue) = 151+18+83=252 (33% of max value = 765). Red value is 151 (59.38% from 255 or 59.92% from 252); Green value is 18 (7.42% from 255 or 7.14% from 252); Blue value is 83 (32.81% from 255 or 32.94% from 252); Max value from RGB is 151 - color contains mainly: red. Hex color #971253 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #971253 is #68EDAC. Grayscale: #414141. Windows color (decimal): -6876589 or 5444247. OLE color: 5444247.

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

Color convert

RGB 151 18 83 -
CMYK 0 0.88 0.45 0.41
HSL 330.68º 0.79% 0.33% -
HSV(B) 330.68º 0.88% 0.59% -
XYZ 14.54 7.64 8.89 -
YUV 65.18 138.06 189.21 -
System Red Green Blue C M Y K H S L
Decimal 151 18 83 0 0.88 0.45 0.41 330.68 0.79 0.33
Hex 97 12 53 0 58 2D 29 14B 4F 21
Octal 227 22 123 0 130 55 51 513 117 41
Binary 10010111 10010 1010011 0 1011000 101101 101001 101001011 1001111 100001

Color Harmonies of #971253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971253

Black with #971253

Text Example


Text Example

White with #971253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971253; }

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

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

background-color css

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

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

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

border-color css

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

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

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