Html Css Color HEX #990F4E Jazzberry Jam

📋 copy color: '#990F4E'

red 153 ◦ green 15 ◦ blue 78

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

Shades of Jazzberry Jam #990F4E

Tints of Jazzberry Jam #990F4E

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.1%

 BLUE value IS 78 (30.86% from 255) = 31.71%

R = 62.2%
G = 6.1%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.49

 K value IS 0.4

RGB Variations

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

Color information

#990F4E (or 0x990F4E) is known color: Jazzberry Jam. HEX triplet: 99, 0F and 4E. RGB value is (153,15,78). Sum of RGB (Red+Green+Blue) = 153+15+78=246 (32% of max value = 765). Red value is 153 (60.16% from 255 or 62.20% from 246); Green value is 15 (6.25% from 255 or 6.10% from 246); Blue value is 78 (30.86% from 255 or 31.71% from 246); Max value from RGB is 153 - color contains mainly: red. Hex color #990F4E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990F4E is #66F0B1. Grayscale: #3F3F3F. Windows color (decimal): -6746290 or 5115801. OLE color: 5115801.

HSL color Cylindrical-coordinate representation of color #990F4E: hue angle of 332.61º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #990F4E is Cyan = 0, Magento = 0.90, Yellow = 0.49 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 15 78 -
CMYK 0 0.90 0.49 0.4
HSL 332.61º 0.82% 0.33% -
HSV(B) 332.61º 0.9% 0.6% -
XYZ 14.68 7.66 7.91 -
YUV 63.44 136.22 191.88 -
System Red Green Blue C M Y K H S L
Decimal 153 15 78 0 0.90 0.49 0.4 332.61 0.82 0.33
Hex 99 F 4E 0 5A 31 28 14D 52 21
Octal 231 17 116 0 132 61 50 515 122 41
Binary 10011001 1111 1001110 0 1011010 110001 101000 101001101 1010010 100001

Color Harmonies of #990F4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990F4E

Black with #990F4E

Text Example


Text Example

White with #990F4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990F4E; }

 p { color: rgb(153,15,78); }

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

background-color css

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

 a { background-color: rgb(153,15,78); }

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

border-color css

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

 span { border-color: rgb(153,15,78); }

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