Html Css Color HEX #9F0D50 Jazzberry Jam

📋 copy color: '#9F0D50'

red 159 ◦ green 13 ◦ blue 80

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

Shades of Jazzberry Jam #9F0D50

Tints of Jazzberry Jam #9F0D50

RGB

 RED value IS 159 (62.5% from 255) = 63.1%

 GREEN value IS 13 (5.47% from 255) = 5.16%

 BLUE value IS 80 (31.64% from 255) = 31.75%

R = 63.1%
G = 5.16%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.50

 K value IS 0.38

RGB Variations

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

Color information

#9F0D50 (or 0x9F0D50) is known color: Jazzberry Jam. HEX triplet: 9F, 0D and 50. RGB value is (159,13,80). Sum of RGB (Red+Green+Blue) = 159+13+80=252 (33% of max value = 765). Red value is 159 (62.5% from 255 or 63.10% from 252); Green value is 13 (5.47% from 255 or 5.16% from 252); Blue value is 80 (31.64% from 255 or 31.75% from 252); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0D50 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0D50 is #60F2AF. Grayscale: #404040. Windows color (decimal): -6353584 or 5246367. OLE color: 5246367.

HSL color Cylindrical-coordinate representation of color #9F0D50: hue angle of 332.47º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9F0D50 is Cyan = 0, Magento = 0.92, Yellow = 0.50 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 13 80 -
CMYK 0 0.92 0.50 0.38
HSL 332.47º 0.85% 0.34% -
HSV(B) 332.47º 0.92% 0.62% -
XYZ 15.89 8.24 8.34 -
YUV 64.29 136.87 195.55 -
System Red Green Blue C M Y K H S L
Decimal 159 13 80 0 0.92 0.50 0.38 332.47 0.85 0.34
Hex 9F D 50 0 5C 32 26 14C 55 22
Octal 237 15 120 0 134 62 46 514 125 42
Binary 10011111 1101 1010000 0 1011100 110010 100110 101001100 1010101 100010

Color Harmonies of #9F0D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0D50

Black with #9F0D50

Text Example


Text Example

White with #9F0D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9F0D50; }

 p { color: rgb(159,13,80); }

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

background-color css

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

 a { background-color: rgb(159,13,80); }

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

border-color css

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

 span { border-color: rgb(159,13,80); }

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