Html Css Color HEX #990051 Jazzberry Jam

📋 copy color: '#990051'

red 153 ◦ green 0 ◦ blue 81

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

Shades of Jazzberry Jam #990051

Tints of Jazzberry Jam #990051

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 65.38%
G = 0%
B = 34.62%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.47

 K value IS 0.4

RGB Variations

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

Color information

#990051 (or 0x990051) is known color: Jazzberry Jam. HEX triplet: 99, 00 and 51. RGB value is (153,0,81). Sum of RGB (Red+Green+Blue) = 153+0+81=234 (30% of max value = 765). Red value is 153 (60.16% from 255 or 65.38% from 234); Green value is 0 (0.39% from 255 or 0% from 234); Blue value is 81 (32.03% from 255 or 34.62% from 234); Max value from RGB is 153 - color contains mainly: red. Hex color #990051 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990051 is #66FFAE. Grayscale: #363636. Windows color (decimal): -6750127 or 5308569. OLE color: 5308569.

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

Color convert

RGB 153 0 81 -
CMYK 0 1 0.47 0.4
HSL 328.24º 1% 0.3% -
HSV(B) 328.24º 1% 0.6% -
XYZ 14.62 7.37 8.44 -
YUV 54.98 142.69 197.91 -
System Red Green Blue C M Y K H S L
Decimal 153 0 81 0 1 0.47 0.4 328.24 1 0.3
Hex 99 0 51 0 64 2F 28 148 64 1E
Octal 231 0 121 0 144 57 50 510 144 36
Binary 10011001 0 1010001 0 1100100 101111 101000 101001000 1100100 11110

Color Harmonies of #990051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990051

Black with #990051

Text Example


Text Example

White with #990051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990051; }

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

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

background-color css

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

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

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

border-color css

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

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

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