Html Css Color HEX #99165F Jazzberry Jam

📋 copy color: '#99165F'

red 153 ◦ green 22 ◦ blue 95

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

Shades of Jazzberry Jam #99165F

Tints of Jazzberry Jam #99165F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.15%

 BLUE value IS 95 (37.5% from 255) = 35.19%

R = 56.67%
G = 8.15%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.38

 K value IS 0.4

RGB Variations

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

Color information

#99165F (or 0x99165F) is known color: Jazzberry Jam. HEX triplet: 99, 16 and 5F. RGB value is (153,22,95). Sum of RGB (Red+Green+Blue) = 153+22+95=270 (35% of max value = 765). Red value is 153 (60.16% from 255 or 56.67% from 270); Green value is 22 (8.98% from 255 or 8.15% from 270); Blue value is 95 (37.5% from 255 or 35.19% from 270); Max value from RGB is 153 - color contains mainly: red. Hex color #99165F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99165F is #66E9A0. Grayscale: #454545. Windows color (decimal): -6744481 or 6231705. OLE color: 6231705.

HSL color Cylindrical-coordinate representation of color #99165F: hue angle of 326.56º degrees, saturation: 0.75, 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 #99165F is Cyan = 0, Magento = 0.86, Yellow = 0.38 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 22 95 -
CMYK 0 0.86 0.38 0.4
HSL 326.56º 0.75% 0.34% -
HSV(B) 326.56º 0.86% 0.6% -
XYZ 15.49 8.17 11.59 -
YUV 69.49 142.4 187.56 -
System Red Green Blue C M Y K H S L
Decimal 153 22 95 0 0.86 0.38 0.4 326.56 0.75 0.34
Hex 99 16 5F 0 56 26 28 147 4B 22
Octal 231 26 137 0 126 46 50 507 113 42
Binary 10011001 10110 1011111 0 1010110 100110 101000 101000111 1001011 100010

Color Harmonies of #99165F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99165F

Black with #99165F

Text Example


Text Example

White with #99165F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99165F; }

 p { color: rgb(153,22,95); }

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

background-color css

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

 a { background-color: rgb(153,22,95); }

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

border-color css

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

 span { border-color: rgb(153,22,95); }

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