Html Css Color HEX #990352 Jazzberry Jam

📋 copy color: '#990352'

red 153 ◦ green 3 ◦ blue 82

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

Shades of Jazzberry Jam #990352

Tints of Jazzberry Jam #990352

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.26%

 BLUE value IS 82 (32.42% from 255) = 34.45%

R = 64.29%
G = 1.26%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.46

 K value IS 0.4

RGB Variations

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

Color information

#990352 (or 0x990352) is known color: Jazzberry Jam. HEX triplet: 99, 03 and 52. RGB value is (153,3,82). Sum of RGB (Red+Green+Blue) = 153+3+82=238 (31% of max value = 765). Red value is 153 (60.16% from 255 or 64.29% from 238); Green value is 3 (1.56% from 255 or 1.26% from 238); Blue value is 82 (32.42% from 255 or 34.45% from 238); Max value from RGB is 153 - color contains mainly: red. Hex color #990352 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990352 is #66FCAD. Grayscale: #383838. Windows color (decimal): -6749358 or 5374873. OLE color: 5374873.

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

Color convert

RGB 153 3 82 -
CMYK 0 0.98 0.46 0.4
HSL 328.4º 0.96% 0.31% -
HSV(B) 328.4º 0.98% 0.6% -
XYZ 14.69 7.45 8.65 -
YUV 56.86 142.2 196.58 -
System Red Green Blue C M Y K H S L
Decimal 153 3 82 0 0.98 0.46 0.4 328.4 0.96 0.31
Hex 99 3 52 0 62 2E 28 148 60 1F
Octal 231 3 122 0 142 56 50 510 140 37
Binary 10011001 11 1010010 0 1100010 101110 101000 101001000 1100000 11111

Color Harmonies of #990352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990352

Black with #990352

Text Example


Text Example

White with #990352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990352; }

 p { color: rgb(153,3,82); }

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

background-color css

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

 a { background-color: rgb(153,3,82); }

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

border-color css

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

 span { border-color: rgb(153,3,82); }

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