Html Css Color HEX #990045 Jazzberry Jam

📋 copy color: '#990045'

red 153 ◦ green 0 ◦ blue 69

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

Shades of Jazzberry Jam #990045

Tints of Jazzberry Jam #990045

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 31.08%

R = 68.92%
G = 0%
B = 31.08%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.55

 K value IS 0.4

RGB Variations

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

Color information

#990045 (or 0x990045) is known color: Jazzberry Jam. HEX triplet: 99, 00 and 45. RGB value is (153,0,69). Sum of RGB (Red+Green+Blue) = 153+0+69=222 (29% of max value = 765). Red value is 153 (60.16% from 255 or 68.92% from 222); Green value is 0 (0.39% from 255 or 0% from 222); Blue value is 69 (27.34% from 255 or 31.08% from 222); Max value from RGB is 153 - color contains mainly: red. Hex color #990045 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990045 is #66FFBA. Grayscale: #353535. Windows color (decimal): -6750139 or 4522137. OLE color: 4522137.

HSL color Cylindrical-coordinate representation of color #990045: hue angle of 332.94º 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 #990045 is Cyan = 0, Magento = 1, Yellow = 0.55 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 0 69 -
CMYK 0 1 0.55 0.4
HSL 332.94º 1% 0.3% -
HSV(B) 332.94º 1% 0.6% -
XYZ 14.21 7.2 6.27 -
YUV 53.61 136.69 198.89 -
System Red Green Blue C M Y K H S L
Decimal 153 0 69 0 1 0.55 0.4 332.94 1 0.3
Hex 99 0 45 0 64 37 28 14D 64 1E
Octal 231 0 105 0 144 67 50 515 144 36
Binary 10011001 0 1000101 0 1100100 110111 101000 101001101 1100100 11110

Color Harmonies of #990045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990045

Black with #990045

Text Example


Text Example

White with #990045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990045; }

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

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

background-color css

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

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

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

border-color css

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

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

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