Html Css Color HEX #99155A Jazzberry Jam

📋 copy color: '#99155A'

red 153 ◦ green 21 ◦ blue 90

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

Shades of Jazzberry Jam #99155A

Tints of Jazzberry Jam #99155A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.95%

 BLUE value IS 90 (35.55% from 255) = 34.09%

R = 57.95%
G = 7.95%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.41

 K value IS 0.4

RGB Variations

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

Color information

#99155A (or 0x99155A) is known color: Jazzberry Jam. HEX triplet: 99, 15 and 5A. RGB value is (153,21,90). Sum of RGB (Red+Green+Blue) = 153+21+90=264 (34% of max value = 765). Red value is 153 (60.16% from 255 or 57.95% from 264); Green value is 21 (8.59% from 255 or 7.95% from 264); Blue value is 90 (35.55% from 255 or 34.09% from 264); Max value from RGB is 153 - color contains mainly: red. Hex color #99155A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99155A is #66EAA5. Grayscale: #444444. Windows color (decimal): -6744742 or 5903769. OLE color: 5903769.

HSL color Cylindrical-coordinate representation of color #99155A: hue angle of 328.64º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #99155A is Cyan = 0, Magento = 0.86, Yellow = 0.41 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 21 90 -
CMYK 0 0.86 0.41 0.4
HSL 328.64º 0.76% 0.34% -
HSV(B) 328.64º 0.86% 0.6% -
XYZ 15.25 8.05 10.42 -
YUV 68.33 140.23 188.39 -
System Red Green Blue C M Y K H S L
Decimal 153 21 90 0 0.86 0.41 0.4 328.64 0.76 0.34
Hex 99 15 5A 0 56 29 28 149 4C 22
Octal 231 25 132 0 126 51 50 511 114 42
Binary 10011001 10101 1011010 0 1010110 101001 101000 101001001 1001100 100010

Color Harmonies of #99155A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99155A

Black with #99155A

Text Example


Text Example

White with #99155A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99155A; }

 p { color: rgb(153,21,90); }

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

background-color css

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

 a { background-color: rgb(153,21,90); }

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

border-color css

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

 span { border-color: rgb(153,21,90); }

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