Html Css Color HEX #990A5A Jazzberry Jam

📋 copy color: '#990A5A'

red 153 ◦ green 10 ◦ blue 90

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

Shades of Jazzberry Jam #990A5A

Tints of Jazzberry Jam #990A5A

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.95%

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

R = 60.47%
G = 3.95%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.41

 K value IS 0.4

RGB Variations

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

Color information

#990A5A (or 0x990A5A) is known color: Jazzberry Jam. HEX triplet: 99, 0A and 5A. RGB value is (153,10,90). Sum of RGB (Red+Green+Blue) = 153+10+90=253 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.47% from 253); Green value is 10 (4.30% from 255 or 3.95% from 253); Blue value is 90 (35.55% from 255 or 35.57% from 253); Max value from RGB is 153 - color contains mainly: red. Hex color #990A5A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990A5A is #66F5A5. Grayscale: #3D3D3D. Windows color (decimal): -6747558 or 5900953. OLE color: 5900953.

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

Color convert

RGB 153 10 90 -
CMYK 0 0.93 0.41 0.4
HSL 326.43º 0.88% 0.32% -
HSV(B) 326.43º 0.93% 0.6% -
XYZ 15.09 7.73 10.37 -
YUV 61.88 143.88 193 -
System Red Green Blue C M Y K H S L
Decimal 153 10 90 0 0.93 0.41 0.4 326.43 0.88 0.32
Hex 99 A 5A 0 5D 29 28 146 58 20
Octal 231 12 132 0 135 51 50 506 130 40
Binary 10011001 1010 1011010 0 1011101 101001 101000 101000110 1011000 100000

Color Harmonies of #990A5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990A5A

Black with #990A5A

Text Example


Text Example

White with #990A5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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