Html Css Color HEX #990252 Jazzberry Jam

📋 copy color: '#990252'

red 153 ◦ green 2 ◦ blue 82

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

Shades of Jazzberry Jam #990252

Tints of Jazzberry Jam #990252

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.84%

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

R = 64.56%
G = 0.84%
B = 34.6%

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

#990252 (or 0x990252) is known color: Jazzberry Jam. HEX triplet: 99, 02 and 52. RGB value is (153,2,82). Sum of RGB (Red+Green+Blue) = 153+2+82=237 (31% of max value = 765). Red value is 153 (60.16% from 255 or 64.56% from 237); Green value is 2 (1.17% from 255 or 0.84% from 237); Blue value is 82 (32.42% from 255 or 34.60% from 237); Max value from RGB is 153 - color contains mainly: red. Hex color #990252 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990252 is #66FDAD. Grayscale: #383838. Windows color (decimal): -6749614 or 5374617. OLE color: 5374617.

HSL color Cylindrical-coordinate representation of color #990252: hue angle of 328.21º degrees, saturation: 0.97, 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 #990252 is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 2 82 -
CMYK 0 0.99 0.46 0.4
HSL 328.21º 0.97% 0.3% -
HSV(B) 328.21º 0.99% 0.6% -
XYZ 14.68 7.42 8.64 -
YUV 56.27 142.53 197 -
System Red Green Blue C M Y K H S L
Decimal 153 2 82 0 0.99 0.46 0.4 328.21 0.97 0.3
Hex 99 2 52 0 63 2E 28 148 61 1E
Octal 231 2 122 0 143 56 50 510 141 36
Binary 10011001 10 1010010 0 1100011 101110 101000 101001000 1100001 11110

Color Harmonies of #990252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990252

Black with #990252

Text Example


Text Example

White with #990252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990252; }

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

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

background-color css

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

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

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

border-color css

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

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

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