Html Css Color HEX #991465 Jazzberry Jam

📋 copy color: '#991465'

red 153 ◦ green 20 ◦ blue 101

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

Shades of Jazzberry Jam #991465

Tints of Jazzberry Jam #991465

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.3%

 BLUE value IS 101 (39.84% from 255) = 36.86%

R = 55.84%
G = 7.3%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.34

 K value IS 0.4

RGB Variations

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

Color information

#991465 (or 0x991465) is known color: Jazzberry Jam. HEX triplet: 99, 14 and 65. RGB value is (153,20,101). Sum of RGB (Red+Green+Blue) = 153+20+101=274 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.84% from 274); Green value is 20 (8.20% from 255 or 7.30% from 274); Blue value is 101 (39.84% from 255 or 36.86% from 274); Max value from RGB is 153 - color contains mainly: red. Hex color #991465 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #991465 is #66EB9A. Grayscale: #444444. Windows color (decimal): -6744987 or 6624409. OLE color: 6624409.

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

Color convert

RGB 153 20 101 -
CMYK 0 0.87 0.34 0.4
HSL 323.46º 0.77% 0.34% -
HSV(B) 323.46º 0.87% 0.6% -
XYZ 15.74 8.21 13.07 -
YUV 69 146.06 187.91 -
System Red Green Blue C M Y K H S L
Decimal 153 20 101 0 0.87 0.34 0.4 323.46 0.77 0.34
Hex 99 14 65 0 57 22 28 143 4D 22
Octal 231 24 145 0 127 42 50 503 115 42
Binary 10011001 10100 1100101 0 1010111 100010 101000 101000011 1001101 100010

Color Harmonies of #991465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991465

Black with #991465

Text Example


Text Example

White with #991465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #991465; }

 p { color: rgb(153,20,101); }

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

background-color css

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

 a { background-color: rgb(153,20,101); }

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

border-color css

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

 span { border-color: rgb(153,20,101); }

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