Html Css Color HEX #991D6C Jazzberry Jam

📋 copy color: '#991D6C'

red 153 ◦ green 29 ◦ blue 108

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

Shades of Jazzberry Jam #991D6C

Tints of Jazzberry Jam #991D6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 37.24%

R = 52.76%
G = 10%
B = 37.24%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.29

 K value IS 0.4

RGB Variations

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

Color information

#991D6C (or 0x991D6C) is known color: Jazzberry Jam. HEX triplet: 99, 1D and 6C. RGB value is (153,29,108). Sum of RGB (Red+Green+Blue) = 153+29+108=290 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.76% from 290); Green value is 29 (11.72% from 255 or 10% from 290); Blue value is 108 (42.58% from 255 or 37.24% from 290); Max value from RGB is 153 - color contains mainly: red. Hex color #991D6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #991D6C is #66E293. Grayscale: #4A4A4A. Windows color (decimal): -6742676 or 7085465. OLE color: 7085465.

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

Color convert

RGB 153 29 108 -
CMYK 0 0.81 0.29 0.4
HSL 321.77º 0.68% 0.36% -
HSV(B) 321.77º 0.81% 0.6% -
XYZ 16.28 8.73 15.01 -
YUV 75.08 146.58 183.58 -
System Red Green Blue C M Y K H S L
Decimal 153 29 108 0 0.81 0.29 0.4 321.77 0.68 0.36
Hex 99 1D 6C 0 51 1D 28 142 44 24
Octal 231 35 154 0 121 35 50 502 104 44
Binary 10011001 11101 1101100 0 1010001 11101 101000 101000010 1000100 100100

Color Harmonies of #991D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991D6C

Black with #991D6C

Text Example


Text Example

White with #991D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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