Html Css Color HEX #991044 Jazzberry Jam

📋 copy color: '#991044'

red 153 ◦ green 16 ◦ blue 68

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

Shades of Jazzberry Jam #991044

Tints of Jazzberry Jam #991044

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.75%

 BLUE value IS 68 (26.95% from 255) = 28.69%

R = 64.56%
G = 6.75%
B = 28.69%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.56

 K value IS 0.4

RGB Variations

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

Color information

#991044 (or 0x991044) is known color: Jazzberry Jam. HEX triplet: 99, 10 and 44. RGB value is (153,16,68). Sum of RGB (Red+Green+Blue) = 153+16+68=237 (31% of max value = 765). Red value is 153 (60.16% from 255 or 64.56% from 237); Green value is 16 (6.64% from 255 or 6.75% from 237); Blue value is 68 (26.95% from 255 or 28.69% from 237); Max value from RGB is 153 - color contains mainly: red. Hex color #991044 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #991044 is #66EFBB. Grayscale: #3E3E3E. Windows color (decimal): -6746044 or 4460697. OLE color: 4460697.

HSL color Cylindrical-coordinate representation of color #991044: hue angle of 337.23º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #991044 is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 16 68 -
CMYK 0 0.90 0.56 0.4
HSL 337.23º 0.81% 0.33% -
HSV(B) 337.23º 0.9% 0.6% -
XYZ 14.37 7.56 6.17 -
YUV 62.89 130.89 192.27 -
System Red Green Blue C M Y K H S L
Decimal 153 16 68 0 0.90 0.56 0.4 337.23 0.81 0.33
Hex 99 10 44 0 5A 38 28 151 51 21
Octal 231 20 104 0 132 70 50 521 121 41
Binary 10011001 10000 1000100 0 1011010 111000 101000 101010001 1010001 100001

Color Harmonies of #991044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991044

Black with #991044

Text Example


Text Example

White with #991044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #991044; }

 p { color: rgb(153,16,68); }

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

background-color css

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

 a { background-color: rgb(153,16,68); }

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

border-color css

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

 span { border-color: rgb(153,16,68); }

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