Html Css Color HEX #991B5E Jazzberry Jam

📋 copy color: '#991B5E'

red 153 ◦ green 27 ◦ blue 94

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

Shades of Jazzberry Jam #991B5E

Tints of Jazzberry Jam #991B5E

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.85%

 BLUE value IS 94 (37.11% from 255) = 34.31%

R = 55.84%
G = 9.85%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.39

 K value IS 0.4

RGB Variations

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

Color information

#991B5E (or 0x991B5E) is known color: Jazzberry Jam. HEX triplet: 99, 1B and 5E. RGB value is (153,27,94). Sum of RGB (Red+Green+Blue) = 153+27+94=274 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.84% from 274); Green value is 27 (10.94% from 255 or 9.85% from 274); Blue value is 94 (37.11% from 255 or 34.31% from 274); Max value from RGB is 153 - color contains mainly: red. Hex color #991B5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #991B5E is #66E4A1. Grayscale: #484848. Windows color (decimal): -6743202 or 6167449. OLE color: 6167449.

HSL color Cylindrical-coordinate representation of color #991B5E: hue angle of 328.1º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #991B5E is Cyan = 0, Magento = 0.82, Yellow = 0.39 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 27 94 -
CMYK 0 0.82 0.39 0.4
HSL 328.1º 0.7% 0.35% -
HSV(B) 328.1º 0.82% 0.6% -
XYZ 15.55 8.36 11.38 -
YUV 72.31 140.24 185.55 -
System Red Green Blue C M Y K H S L
Decimal 153 27 94 0 0.82 0.39 0.4 328.1 0.7 0.35
Hex 99 1B 5E 0 52 27 28 148 46 23
Octal 231 33 136 0 122 47 50 510 106 43
Binary 10011001 11011 1011110 0 1010010 100111 101000 101001000 1000110 100011

Color Harmonies of #991B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991B5E

Black with #991B5E

Text Example


Text Example

White with #991B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #991B5E; }

 p { color: rgb(153,27,94); }

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

background-color css

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

 a { background-color: rgb(153,27,94); }

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

border-color css

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

 span { border-color: rgb(153,27,94); }

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