Html Css Color HEX #990C5D Jazzberry Jam

📋 copy color: '#990C5D'

red 153 ◦ green 12 ◦ blue 93

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

Shades of Jazzberry Jam #990C5D

Tints of Jazzberry Jam #990C5D

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.65%

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

R = 59.3%
G = 4.65%
B = 36.05%

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

#990C5D (or 0x990C5D) is known color: Jazzberry Jam. HEX triplet: 99, 0C and 5D. RGB value is (153,12,93). Sum of RGB (Red+Green+Blue) = 153+12+93=258 (34% of max value = 765). Red value is 153 (60.16% from 255 or 59.30% from 258); Green value is 12 (5.08% from 255 or 4.65% from 258); Blue value is 93 (36.72% from 255 or 36.05% from 258); Max value from RGB is 153 - color contains mainly: red. Hex color #990C5D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990C5D is #66F3A2. Grayscale: #3F3F3F. Windows color (decimal): -6747043 or 6098073. OLE color: 6098073.

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

Color convert

RGB 153 12 93 -
CMYK 0 0.92 0.39 0.4
HSL 325.53º 0.85% 0.32% -
HSV(B) 325.53º 0.92% 0.6% -
XYZ 15.24 7.83 11.06 -
YUV 63.39 144.71 191.91 -
System Red Green Blue C M Y K H S L
Decimal 153 12 93 0 0.92 0.39 0.4 325.53 0.85 0.32
Hex 99 C 5D 0 5C 27 28 146 55 20
Octal 231 14 135 0 134 47 50 506 125 40
Binary 10011001 1100 1011101 0 1011100 100111 101000 101000110 1010101 100000

Color Harmonies of #990C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990C5D

Black with #990C5D

Text Example


Text Example

White with #990C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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