Html Css Color HEX #990343 Jazzberry Jam

📋 copy color: '#990343'

red 153 ◦ green 3 ◦ blue 67

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

Shades of Jazzberry Jam #990343

Tints of Jazzberry Jam #990343

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 30.04%

R = 68.61%
G = 1.35%
B = 30.04%

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

#990343 (or 0x990343) is known color: Jazzberry Jam. HEX triplet: 99, 03 and 43. RGB value is (153,3,67). Sum of RGB (Red+Green+Blue) = 153+3+67=223 (29% of max value = 765). Red value is 153 (60.16% from 255 or 68.61% from 223); Green value is 3 (1.56% from 255 or 1.35% from 223); Blue value is 67 (26.56% from 255 or 30.04% from 223); Max value from RGB is 153 - color contains mainly: red. Hex color #990343 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990343 is #66FCBC. Grayscale: #373737. Windows color (decimal): -6749373 or 4391833. OLE color: 4391833.

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

Color convert

RGB 153 3 67 -
CMYK 0 0.98 0.56 0.4
HSL 334.4º 0.96% 0.31% -
HSV(B) 334.4º 0.98% 0.6% -
XYZ 14.18 7.24 5.96 -
YUV 55.15 134.7 197.8 -
System Red Green Blue C M Y K H S L
Decimal 153 3 67 0 0.98 0.56 0.4 334.4 0.96 0.31
Hex 99 3 43 0 62 38 28 14E 60 1F
Octal 231 3 103 0 142 70 50 516 140 37
Binary 10011001 11 1000011 0 1100010 111000 101000 101001110 1100000 11111

Color Harmonies of #990343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990343

Black with #990343

Text Example


Text Example

White with #990343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990343; }

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

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

background-color css

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

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

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

border-color css

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

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

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