Html Css Color HEX #990D4A Jazzberry Jam

📋 copy color: '#990D4A'

red 153 ◦ green 13 ◦ blue 74

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

Shades of Jazzberry Jam #990D4A

Tints of Jazzberry Jam #990D4A

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.42%

 BLUE value IS 74 (29.3% from 255) = 30.83%

R = 63.75%
G = 5.42%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.52

 K value IS 0.4

RGB Variations

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

Color information

#990D4A (or 0x990D4A) is known color: Jazzberry Jam. HEX triplet: 99, 0D and 4A. RGB value is (153,13,74). Sum of RGB (Red+Green+Blue) = 153+13+74=240 (31% of max value = 765). Red value is 153 (60.16% from 255 or 63.75% from 240); Green value is 13 (5.47% from 255 or 5.42% from 240); Blue value is 74 (29.30% from 255 or 30.83% from 240); Max value from RGB is 153 - color contains mainly: red. Hex color #990D4A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990D4A is #66F2B5. Grayscale: #3D3D3D. Windows color (decimal): -6746806 or 4853145. OLE color: 4853145.

HSL color Cylindrical-coordinate representation of color #990D4A: hue angle of 333.86º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #990D4A is Cyan = 0, Magento = 0.92, Yellow = 0.52 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 13 74 -
CMYK 0 0.92 0.52 0.4
HSL 333.86º 0.84% 0.33% -
HSV(B) 333.86º 0.92% 0.6% -
XYZ 14.52 7.55 7.17 -
YUV 61.81 134.88 193.04 -
System Red Green Blue C M Y K H S L
Decimal 153 13 74 0 0.92 0.52 0.4 333.86 0.84 0.33
Hex 99 D 4A 0 5C 34 28 14E 54 21
Octal 231 15 112 0 134 64 50 516 124 41
Binary 10011001 1101 1001010 0 1011100 110100 101000 101001110 1010100 100001

Color Harmonies of #990D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990D4A

Black with #990D4A

Text Example


Text Example

White with #990D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,13,74); }

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

background-color css

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

 a { background-color: rgb(153,13,74); }

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

border-color css

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

 span { border-color: rgb(153,13,74); }

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