Html Css Color HEX #990751 Jazzberry Jam

📋 copy color: '#990751'

red 153 ◦ green 7 ◦ blue 81

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

Shades of Jazzberry Jam #990751

Tints of Jazzberry Jam #990751

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.9%

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

R = 63.49%
G = 2.9%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.47

 K value IS 0.4

RGB Variations

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

Color information

#990751 (or 0x990751) is known color: Jazzberry Jam. HEX triplet: 99, 07 and 51. RGB value is (153,7,81). Sum of RGB (Red+Green+Blue) = 153+7+81=241 (31% of max value = 765). Red value is 153 (60.16% from 255 or 63.49% from 241); Green value is 7 (3.12% from 255 or 2.90% from 241); Blue value is 81 (32.03% from 255 or 33.61% from 241); Max value from RGB is 153 - color contains mainly: red. Hex color #990751 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990751 is #66F8AE. Grayscale: #3A3A3A. Windows color (decimal): -6748335 or 5310361. OLE color: 5310361.

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

Color convert

RGB 153 7 81 -
CMYK 0 0.95 0.47 0.4
HSL 329.59º 0.91% 0.31% -
HSV(B) 329.59º 0.95% 0.6% -
XYZ 14.7 7.52 8.46 -
YUV 59.09 140.37 194.98 -
System Red Green Blue C M Y K H S L
Decimal 153 7 81 0 0.95 0.47 0.4 329.59 0.91 0.31
Hex 99 7 51 0 5F 2F 28 14A 5B 1F
Octal 231 7 121 0 137 57 50 512 133 37
Binary 10011001 111 1010001 0 1011111 101111 101000 101001010 1011011 11111

Color Harmonies of #990751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990751

Black with #990751

Text Example


Text Example

White with #990751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990751; }

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

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

background-color css

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

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

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

border-color css

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

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

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