Html Css Color HEX #990D5D Jazzberry Jam

📋 copy color: '#990D5D'

red 153 ◦ green 13 ◦ blue 93

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

Shades of Jazzberry Jam #990D5D

Tints of Jazzberry Jam #990D5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 35.91%

R = 59.07%
G = 5.02%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.39

 K value IS 0.4

RGB Variations

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

Color information

#990D5D (or 0x990D5D) is known color: Jazzberry Jam. HEX triplet: 99, 0D and 5D. RGB value is (153,13,93). Sum of RGB (Red+Green+Blue) = 153+13+93=259 (34% of max value = 765). Red value is 153 (60.16% from 255 or 59.07% from 259); Green value is 13 (5.47% from 255 or 5.02% from 259); Blue value is 93 (36.72% from 255 or 35.91% from 259); Max value from RGB is 153 - color contains mainly: red. Hex color #990D5D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990D5D is #66F2A2. Grayscale: #3F3F3F. Windows color (decimal): -6746787 or 6098329. OLE color: 6098329.

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

Color convert

RGB 153 13 93 -
CMYK 0 0.92 0.39 0.4
HSL 325.71º 0.84% 0.33% -
HSV(B) 325.71º 0.92% 0.6% -
XYZ 15.26 7.85 11.07 -
YUV 63.98 144.38 191.5 -
System Red Green Blue C M Y K H S L
Decimal 153 13 93 0 0.92 0.39 0.4 325.71 0.84 0.33
Hex 99 D 5D 0 5C 27 28 146 54 21
Octal 231 15 135 0 134 47 50 506 124 41
Binary 10011001 1101 1011101 0 1011100 100111 101000 101000110 1010100 100001

Color Harmonies of #990D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990D5D

Black with #990D5D

Text Example


Text Example

White with #990D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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