Html Css Color HEX #990A3F Jazzberry Jam

📋 copy color: '#990A3F'

red 153 ◦ green 10 ◦ blue 63

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

Shades of Jazzberry Jam #990A3F

Tints of Jazzberry Jam #990A3F

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.42%

 BLUE value IS 63 (25% from 255) = 27.88%

R = 67.7%
G = 4.42%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.59

 K value IS 0.4

RGB Variations

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

Color information

#990A3F (or 0x990A3F) is known color: Jazzberry Jam. HEX triplet: 99, 0A and 3F. RGB value is (153,10,63). Sum of RGB (Red+Green+Blue) = 153+10+63=226 (29% of max value = 765). Red value is 153 (60.16% from 255 or 67.70% from 226); Green value is 10 (4.30% from 255 or 4.42% from 226); Blue value is 63 (25% from 255 or 27.88% from 226); Max value from RGB is 153 - color contains mainly: red. Hex color #990A3F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990A3F is #66F5C0. Grayscale: #3A3A3A. Windows color (decimal): -6747585 or 4131481. OLE color: 4131481.

HSL color Cylindrical-coordinate representation of color #990A3F: hue angle of 337.76º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #990A3F is Cyan = 0, Magento = 0.93, Yellow = 0.59 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 10 63 -
CMYK 0 0.93 0.59 0.4
HSL 337.76º 0.88% 0.32% -
HSV(B) 337.76º 0.93% 0.6% -
XYZ 14.14 7.35 5.38 -
YUV 58.8 130.38 195.19 -
System Red Green Blue C M Y K H S L
Decimal 153 10 63 0 0.93 0.59 0.4 337.76 0.88 0.32
Hex 99 A 3F 0 5D 3B 28 152 58 20
Octal 231 12 77 0 135 73 50 522 130 40
Binary 10011001 1010 111111 0 1011101 111011 101000 101010010 1011000 100000

Color Harmonies of #990A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990A3F

Black with #990A3F

Text Example


Text Example

White with #990A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,10,63); }

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

background-color css

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

 a { background-color: rgb(153,10,63); }

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

border-color css

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

 span { border-color: rgb(153,10,63); }

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