Html Css Color HEX #990443 Jazzberry Jam

📋 copy color: '#990443'

red 153 ◦ green 4 ◦ blue 67

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

Shades of Jazzberry Jam #990443

Tints of Jazzberry Jam #990443

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.79%

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

R = 68.3%
G = 1.79%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.56

 K value IS 0.4

RGB Variations

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

Color information

#990443 (or 0x990443) is known color: Jazzberry Jam. HEX triplet: 99, 04 and 43. RGB value is (153,4,67). Sum of RGB (Red+Green+Blue) = 153+4+67=224 (29% of max value = 765). Red value is 153 (60.16% from 255 or 68.30% from 224); Green value is 4 (1.95% from 255 or 1.79% from 224); Blue value is 67 (26.56% from 255 or 29.91% from 224); Max value from RGB is 153 - color contains mainly: red. Hex color #990443 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990443 is #66FBBC. Grayscale: #373737. Windows color (decimal): -6749117 or 4392089. OLE color: 4392089.

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

Color convert

RGB 153 4 67 -
CMYK 0 0.97 0.56 0.4
HSL 334.63º 0.95% 0.31% -
HSV(B) 334.63º 0.97% 0.6% -
XYZ 14.19 7.26 5.96 -
YUV 55.73 134.36 197.38 -
System Red Green Blue C M Y K H S L
Decimal 153 4 67 0 0.97 0.56 0.4 334.63 0.95 0.31
Hex 99 4 43 0 61 38 28 14F 5F 1F
Octal 231 4 103 0 141 70 50 517 137 37
Binary 10011001 100 1000011 0 1100001 111000 101000 101001111 1011111 11111

Color Harmonies of #990443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990443

Black with #990443

Text Example


Text Example

White with #990443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990443; }

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

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

background-color css

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

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

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

border-color css

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

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

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