Html Css Color HEX #990453 Jazzberry Jam

📋 copy color: '#990453'

red 153 ◦ green 4 ◦ blue 83

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

Shades of Jazzberry Jam #990453

Tints of Jazzberry Jam #990453

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.67%

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

R = 63.75%
G = 1.67%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.46

 K value IS 0.4

RGB Variations

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

Color information

#990453 (or 0x990453) is known color: Jazzberry Jam. HEX triplet: 99, 04 and 53. RGB value is (153,4,83). Sum of RGB (Red+Green+Blue) = 153+4+83=240 (31% of max value = 765). Red value is 153 (60.16% from 255 or 63.75% from 240); Green value is 4 (1.95% from 255 or 1.67% from 240); Blue value is 83 (32.81% from 255 or 34.58% from 240); Max value from RGB is 153 - color contains mainly: red. Hex color #990453 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990453 is #66FBAC. Grayscale: #393939. Windows color (decimal): -6749101 or 5440665. OLE color: 5440665.

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

Color convert

RGB 153 4 83 -
CMYK 0 0.97 0.46 0.4
HSL 328.19º 0.95% 0.31% -
HSV(B) 328.19º 0.97% 0.6% -
XYZ 14.74 7.48 8.85 -
YUV 57.56 142.36 196.08 -
System Red Green Blue C M Y K H S L
Decimal 153 4 83 0 0.97 0.46 0.4 328.19 0.95 0.31
Hex 99 4 53 0 61 2E 28 148 5F 1F
Octal 231 4 123 0 141 56 50 510 137 37
Binary 10011001 100 1010011 0 1100001 101110 101000 101001000 1011111 11111

Color Harmonies of #990453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990453

Black with #990453

Text Example


Text Example

White with #990453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990453; }

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

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

background-color css

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

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

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

border-color css

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

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

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