Html Css Color HEX #990153 Jazzberry Jam

📋 copy color: '#990153'

red 153 ◦ green 1 ◦ blue 83

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

Shades of Jazzberry Jam #990153

Tints of Jazzberry Jam #990153

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.42%

 BLUE value IS 83 (32.81% from 255) = 35.02%

R = 64.56%
G = 0.42%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.46

 K value IS 0.4

RGB Variations

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

Color information

#990153 (or 0x990153) is known color: Jazzberry Jam. HEX triplet: 99, 01 and 53. RGB value is (153,1,83). Sum of RGB (Red+Green+Blue) = 153+1+83=237 (31% of max value = 765). Red value is 153 (60.16% from 255 or 64.56% from 237); Green value is 1 (0.78% from 255 or 0.42% from 237); Blue value is 83 (32.81% from 255 or 35.02% from 237); Max value from RGB is 153 - color contains mainly: red. Hex color #990153 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990153 is #66FEAC. Grayscale: #373737. Windows color (decimal): -6749869 or 5439897. OLE color: 5439897.

HSL color Cylindrical-coordinate representation of color #990153: hue angle of 327.63º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #990153 is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 1 83 -
CMYK 0 0.99 0.46 0.4
HSL 327.63º 0.99% 0.3% -
HSV(B) 327.63º 0.99% 0.6% -
XYZ 14.71 7.42 8.84 -
YUV 55.8 143.36 197.33 -
System Red Green Blue C M Y K H S L
Decimal 153 1 83 0 0.99 0.46 0.4 327.63 0.99 0.3
Hex 99 1 53 0 63 2E 28 148 63 1E
Octal 231 1 123 0 143 56 50 510 143 36
Binary 10011001 1 1010011 0 1100011 101110 101000 101001000 1100011 11110

Color Harmonies of #990153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990153

Black with #990153

Text Example


Text Example

White with #990153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990153; }

 p { color: rgb(153,1,83); }

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

background-color css

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

 a { background-color: rgb(153,1,83); }

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

border-color css

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

 span { border-color: rgb(153,1,83); }

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