Html Css Color HEX #991D5E Jazzberry Jam

📋 copy color: '#991D5E'

red 153 ◦ green 29 ◦ blue 94

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

Shades of Jazzberry Jam #991D5E

Tints of Jazzberry Jam #991D5E

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.51%

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

R = 55.43%
G = 10.51%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.39

 K value IS 0.4

RGB Variations

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

Color information

#991D5E (or 0x991D5E) is known color: Jazzberry Jam. HEX triplet: 99, 1D and 5E. RGB value is (153,29,94). Sum of RGB (Red+Green+Blue) = 153+29+94=276 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.43% from 276); Green value is 29 (11.72% from 255 or 10.51% from 276); Blue value is 94 (37.11% from 255 or 34.06% from 276); Max value from RGB is 153 - color contains mainly: red. Hex color #991D5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #991D5E is #66E2A1. Grayscale: #494949. Windows color (decimal): -6742690 or 6167961. OLE color: 6167961.

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

Color convert

RGB 153 29 94 -
CMYK 0 0.81 0.39 0.4
HSL 328.55º 0.68% 0.36% -
HSV(B) 328.55º 0.81% 0.6% -
XYZ 15.6 8.46 11.4 -
YUV 73.49 139.58 184.71 -
System Red Green Blue C M Y K H S L
Decimal 153 29 94 0 0.81 0.39 0.4 328.55 0.68 0.36
Hex 99 1D 5E 0 51 27 28 149 44 24
Octal 231 35 136 0 121 47 50 511 104 44
Binary 10011001 11101 1011110 0 1010001 100111 101000 101001001 1000100 100100

Color Harmonies of #991D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991D5E

Black with #991D5E

Text Example


Text Example

White with #991D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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