Html Css Color HEX #991451 Jazzberry Jam

📋 copy color: '#991451'

red 153 ◦ green 20 ◦ blue 81

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

Shades of Jazzberry Jam #991451

Tints of Jazzberry Jam #991451

RGB

 RED value IS 153 (60.16% from 255) = 60.24%

 GREEN value IS 20 (8.2% from 255) = 7.87%

 BLUE value IS 81 (32.03% from 255) = 31.89%

R = 60.24%
G = 7.87%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.47

 K value IS 0.4

RGB Variations

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

Color information

#991451 (or 0x991451) is known color: Jazzberry Jam. HEX triplet: 99, 14 and 51. RGB value is (153,20,81). Sum of RGB (Red+Green+Blue) = 153+20+81=254 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.24% from 254); Green value is 20 (8.20% from 255 or 7.87% from 254); Blue value is 81 (32.03% from 255 or 31.89% from 254); Max value from RGB is 153 - color contains mainly: red. Hex color #991451 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #991451 is #66EBAE. Grayscale: #424242. Windows color (decimal): -6745007 or 5313689. OLE color: 5313689.

HSL color Cylindrical-coordinate representation of color #991451: hue angle of 332.48º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #991451 is Cyan = 0, Magento = 0.87, Yellow = 0.47 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 20 81 -
CMYK 0 0.87 0.47 0.4
HSL 332.48º 0.77% 0.34% -
HSV(B) 332.48º 0.87% 0.6% -
XYZ 14.87 7.87 8.52 -
YUV 66.72 136.06 189.54 -
System Red Green Blue C M Y K H S L
Decimal 153 20 81 0 0.87 0.47 0.4 332.48 0.77 0.34
Hex 99 14 51 0 57 2F 28 14C 4D 22
Octal 231 24 121 0 127 57 50 514 115 42
Binary 10011001 10100 1010001 0 1010111 101111 101000 101001100 1001101 100010

Color Harmonies of #991451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991451

Black with #991451

Text Example


Text Example

White with #991451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #991451; }

 p { color: rgb(153,20,81); }

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

background-color css

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

 a { background-color: rgb(153,20,81); }

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

border-color css

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

 span { border-color: rgb(153,20,81); }

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