Html Css Color HEX #990143 Jazzberry Jam

📋 copy color: '#990143'

red 153 ◦ green 1 ◦ blue 67

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

Shades of Jazzberry Jam #990143

Tints of Jazzberry Jam #990143

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.45%

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

R = 69.23%
G = 0.45%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.56

 K value IS 0.4

RGB Variations

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

Color information

#990143 (or 0x990143) is known color: Jazzberry Jam. HEX triplet: 99, 01 and 43. RGB value is (153,1,67). Sum of RGB (Red+Green+Blue) = 153+1+67=221 (29% of max value = 765). Red value is 153 (60.16% from 255 or 69.23% from 221); Green value is 1 (0.78% from 255 or 0.45% from 221); Blue value is 67 (26.56% from 255 or 30.32% from 221); Max value from RGB is 153 - color contains mainly: red. Hex color #990143 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990143 is #66FEBC. Grayscale: #353535. Windows color (decimal): -6749885 or 4391321. OLE color: 4391321.

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

Color convert

RGB 153 1 67 -
CMYK 0 0.99 0.56 0.4
HSL 333.95º 0.99% 0.3% -
HSV(B) 333.95º 0.99% 0.6% -
XYZ 14.16 7.2 5.95 -
YUV 53.97 135.36 198.63 -
System Red Green Blue C M Y K H S L
Decimal 153 1 67 0 0.99 0.56 0.4 333.95 0.99 0.3
Hex 99 1 43 0 63 38 28 14E 63 1E
Octal 231 1 103 0 143 70 50 516 143 36
Binary 10011001 1 1000011 0 1100011 111000 101000 101001110 1100011 11110

Color Harmonies of #990143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990143

Black with #990143

Text Example


Text Example

White with #990143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990143; }

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

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

background-color css

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

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

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

border-color css

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

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

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