Html Css Color HEX #990C5A Jazzberry Jam

📋 copy color: '#990C5A'

red 153 ◦ green 12 ◦ blue 90

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

Shades of Jazzberry Jam #990C5A

Tints of Jazzberry Jam #990C5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 35.29%

R = 60%
G = 4.71%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.41

 K value IS 0.4

RGB Variations

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

Color information

#990C5A (or 0x990C5A) is known color: Jazzberry Jam. HEX triplet: 99, 0C and 5A. RGB value is (153,12,90). Sum of RGB (Red+Green+Blue) = 153+12+90=255 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60% from 255); Green value is 12 (5.08% from 255 or 4.71% from 255); Blue value is 90 (35.55% from 255 or 35.29% from 255); Max value from RGB is 153 - color contains mainly: red. Hex color #990C5A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990C5A is #66F3A5. Grayscale: #3E3E3E. Windows color (decimal): -6747046 or 5901465. OLE color: 5901465.

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

Color convert

RGB 153 12 90 -
CMYK 0 0.92 0.41 0.4
HSL 326.81º 0.85% 0.32% -
HSV(B) 326.81º 0.92% 0.6% -
XYZ 15.11 7.77 10.38 -
YUV 63.05 143.21 192.16 -
System Red Green Blue C M Y K H S L
Decimal 153 12 90 0 0.92 0.41 0.4 326.81 0.85 0.32
Hex 99 C 5A 0 5C 29 28 147 55 20
Octal 231 14 132 0 134 51 50 507 125 40
Binary 10011001 1100 1011010 0 1011100 101001 101000 101000111 1010101 100000

Color Harmonies of #990C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990C5A

Black with #990C5A

Text Example


Text Example

White with #990C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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