Html Css Color HEX #990141 Jazzberry Jam

📋 copy color: '#990141'

red 153 ◦ green 1 ◦ blue 65

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

Shades of Jazzberry Jam #990141

Tints of Jazzberry Jam #990141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 29.68%

R = 69.86%
G = 0.46%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.58

 K value IS 0.4

RGB Variations

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

Color information

#990141 (or 0x990141) is known color: Jazzberry Jam. HEX triplet: 99, 01 and 41. RGB value is (153,1,65). Sum of RGB (Red+Green+Blue) = 153+1+65=219 (29% of max value = 765). Red value is 153 (60.16% from 255 or 69.86% from 219); Green value is 1 (0.78% from 255 or 0.46% from 219); Blue value is 65 (25.78% from 255 or 29.68% from 219); Max value from RGB is 153 - color contains mainly: red. Hex color #990141 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990141 is #66FEBE. Grayscale: #353535. Windows color (decimal): -6749887 or 4260249. OLE color: 4260249.

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

Color convert

RGB 153 1 65 -
CMYK 0 0.99 0.58 0.4
HSL 334.74º 0.99% 0.3% -
HSV(B) 334.74º 0.99% 0.6% -
XYZ 14.1 7.18 5.64 -
YUV 53.74 134.36 198.8 -
System Red Green Blue C M Y K H S L
Decimal 153 1 65 0 0.99 0.58 0.4 334.74 0.99 0.3
Hex 99 1 41 0 63 3A 28 14F 63 1E
Octal 231 1 101 0 143 72 50 517 143 36
Binary 10011001 1 1000001 0 1100011 111010 101000 101001111 1100011 11110

Color Harmonies of #990141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990141

Black with #990141

Text Example


Text Example

White with #990141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990141; }

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

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

background-color css

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

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

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

border-color css

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

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

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