Html Css Color HEX #990D3E Jazzberry Jam

📋 copy color: '#990D3E'

red 153 ◦ green 13 ◦ blue 62

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

Shades of Jazzberry Jam #990D3E

Tints of Jazzberry Jam #990D3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 27.19%

R = 67.11%
G = 5.7%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.59

 K value IS 0.4

RGB Variations

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

Color information

#990D3E (or 0x990D3E) is known color: Jazzberry Jam. HEX triplet: 99, 0D and 3E. RGB value is (153,13,62). Sum of RGB (Red+Green+Blue) = 153+13+62=228 (30% of max value = 765). Red value is 153 (60.16% from 255 or 67.11% from 228); Green value is 13 (5.47% from 255 or 5.70% from 228); Blue value is 62 (24.61% from 255 or 27.19% from 228); Max value from RGB is 153 - color contains mainly: red. Hex color #990D3E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990D3E is #66F2C1. Grayscale: #3C3C3C. Windows color (decimal): -6746818 or 4066713. OLE color: 4066713.

HSL color Cylindrical-coordinate representation of color #990D3E: hue angle of 339º 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 #990D3E is Cyan = 0, Magento = 0.92, Yellow = 0.59 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 13 62 -
CMYK 0 0.92 0.59 0.4
HSL 339º 0.84% 0.33% -
HSV(B) 339º 0.92% 0.6% -
XYZ 14.15 7.41 5.24 -
YUV 60.45 128.88 194.02 -
System Red Green Blue C M Y K H S L
Decimal 153 13 62 0 0.92 0.59 0.4 339 0.84 0.33
Hex 99 D 3E 0 5C 3B 28 153 54 21
Octal 231 15 76 0 134 73 50 523 124 41
Binary 10011001 1101 111110 0 1011100 111011 101000 101010011 1010100 100001

Color Harmonies of #990D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990D3E

Black with #990D3E

Text Example


Text Example

White with #990D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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