Html Css Color HEX #990245 Jazzberry Jam

📋 copy color: '#990245'

red 153 ◦ green 2 ◦ blue 69

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

Shades of Jazzberry Jam #990245

Tints of Jazzberry Jam #990245

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 30.8%

R = 68.3%
G = 0.89%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.55

 K value IS 0.4

RGB Variations

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

Color information

#990245 (or 0x990245) is known color: Jazzberry Jam. HEX triplet: 99, 02 and 45. RGB value is (153,2,69). Sum of RGB (Red+Green+Blue) = 153+2+69=224 (29% of max value = 765). Red value is 153 (60.16% from 255 or 68.30% from 224); Green value is 2 (1.17% from 255 or 0.89% from 224); Blue value is 69 (27.34% from 255 or 30.80% from 224); Max value from RGB is 153 - color contains mainly: red. Hex color #990245 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990245 is #66FDBA. Grayscale: #363636. Windows color (decimal): -6749627 or 4522649. OLE color: 4522649.

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

Color convert

RGB 153 2 69 -
CMYK 0 0.99 0.55 0.4
HSL 333.38º 0.97% 0.3% -
HSV(B) 333.38º 0.99% 0.6% -
XYZ 14.23 7.25 6.28 -
YUV 54.79 136.03 198.05 -
System Red Green Blue C M Y K H S L
Decimal 153 2 69 0 0.99 0.55 0.4 333.38 0.97 0.3
Hex 99 2 45 0 63 37 28 14D 61 1E
Octal 231 2 105 0 143 67 50 515 141 36
Binary 10011001 10 1000101 0 1100011 110111 101000 101001101 1100001 11110

Color Harmonies of #990245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990245

Black with #990245

Text Example


Text Example

White with #990245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990245; }

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

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

background-color css

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

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

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

border-color css

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

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

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