Html Css Color HEX #990B5D Jazzberry Jam

📋 copy color: '#990B5D'

red 153 ◦ green 11 ◦ blue 93

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

Shades of Jazzberry Jam #990B5D

Tints of Jazzberry Jam #990B5D

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.28%

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

R = 59.53%
G = 4.28%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.39

 K value IS 0.4

RGB Variations

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

Color information

#990B5D (or 0x990B5D) is known color: Jazzberry Jam. HEX triplet: 99, 0B and 5D. RGB value is (153,11,93). Sum of RGB (Red+Green+Blue) = 153+11+93=257 (34% of max value = 765). Red value is 153 (60.16% from 255 or 59.53% from 257); Green value is 11 (4.69% from 255 or 4.28% from 257); Blue value is 93 (36.72% from 255 or 36.19% from 257); Max value from RGB is 153 - color contains mainly: red. Hex color #990B5D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990B5D is #66F4A2. Grayscale: #3E3E3E. Windows color (decimal): -6747299 or 6097817. OLE color: 6097817.

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

Color convert

RGB 153 11 93 -
CMYK 0 0.93 0.39 0.4
HSL 325.35º 0.87% 0.32% -
HSV(B) 325.35º 0.93% 0.6% -
XYZ 15.23 7.8 11.06 -
YUV 62.81 145.04 192.33 -
System Red Green Blue C M Y K H S L
Decimal 153 11 93 0 0.93 0.39 0.4 325.35 0.87 0.32
Hex 99 B 5D 0 5D 27 28 145 57 20
Octal 231 13 135 0 135 47 50 505 127 40
Binary 10011001 1011 1011101 0 1011101 100111 101000 101000101 1010111 100000

Color Harmonies of #990B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990B5D

Black with #990B5D

Text Example


Text Example

White with #990B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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