Html Css Color HEX #990344 Jazzberry Jam

📋 copy color: '#990344'

red 153 ◦ green 3 ◦ blue 68

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

Shades of Jazzberry Jam #990344

Tints of Jazzberry Jam #990344

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.34%

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

R = 68.3%
G = 1.34%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.56

 K value IS 0.4

RGB Variations

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

Color information

#990344 (or 0x990344) is known color: Jazzberry Jam. HEX triplet: 99, 03 and 44. RGB value is (153,3,68). Sum of RGB (Red+Green+Blue) = 153+3+68=224 (29% of max value = 765). Red value is 153 (60.16% from 255 or 68.30% from 224); Green value is 3 (1.56% from 255 or 1.34% from 224); Blue value is 68 (26.95% from 255 or 30.36% from 224); Max value from RGB is 153 - color contains mainly: red. Hex color #990344 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990344 is #66FCBB. Grayscale: #373737. Windows color (decimal): -6749372 or 4457369. OLE color: 4457369.

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

Color convert

RGB 153 3 68 -
CMYK 0 0.98 0.56 0.4
HSL 334º 0.96% 0.31% -
HSV(B) 334º 0.98% 0.6% -
XYZ 14.21 7.25 6.12 -
YUV 55.26 135.2 197.71 -
System Red Green Blue C M Y K H S L
Decimal 153 3 68 0 0.98 0.56 0.4 334 0.96 0.31
Hex 99 3 44 0 62 38 28 14E 60 1F
Octal 231 3 104 0 142 70 50 516 140 37
Binary 10011001 11 1000100 0 1100010 111000 101000 101001110 1100000 11111

Color Harmonies of #990344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990344

Black with #990344

Text Example


Text Example

White with #990344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990344; }

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

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

background-color css

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

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

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

border-color css

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

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

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