Html Css Color HEX #991D6B Jazzberry Jam

📋 copy color: '#991D6B'

red 153 ◦ green 29 ◦ blue 107

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

Shades of Jazzberry Jam #991D6B

Tints of Jazzberry Jam #991D6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 37.02%

R = 52.94%
G = 10.03%
B = 37.02%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.30

 K value IS 0.4

RGB Variations

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

Color information

#991D6B (or 0x991D6B) is known color: Jazzberry Jam. HEX triplet: 99, 1D and 6B. RGB value is (153,29,107). Sum of RGB (Red+Green+Blue) = 153+29+107=289 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.94% from 289); Green value is 29 (11.72% from 255 or 10.03% from 289); Blue value is 107 (42.19% from 255 or 37.02% from 289); Max value from RGB is 153 - color contains mainly: red. Hex color #991D6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #991D6B is #66E294. Grayscale: #4A4A4A. Windows color (decimal): -6742677 or 7019929. OLE color: 7019929.

HSL color Cylindrical-coordinate representation of color #991D6B: hue angle of 322.26º 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 #991D6B is Cyan = 0, Magento = 0.81, Yellow = 0.30 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 29 107 -
CMYK 0 0.81 0.30 0.4
HSL 322.26º 0.68% 0.36% -
HSV(B) 322.26º 0.81% 0.6% -
XYZ 16.23 8.71 14.74 -
YUV 74.97 146.08 183.66 -
System Red Green Blue C M Y K H S L
Decimal 153 29 107 0 0.81 0.30 0.4 322.26 0.68 0.36
Hex 99 1D 6B 0 51 1E 28 142 44 24
Octal 231 35 153 0 121 36 50 502 104 44
Binary 10011001 11101 1101011 0 1010001 11110 101000 101000010 1000100 100100

Color Harmonies of #991D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991D6B

Black with #991D6B

Text Example


Text Example

White with #991D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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