Html Css Color HEX #9F1250 Jazzberry Jam

📋 copy color: '#9F1250'

red 159 ◦ green 18 ◦ blue 80

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

Shades of Jazzberry Jam #9F1250

Tints of Jazzberry Jam #9F1250

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7%

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

R = 61.87%
G = 7%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.50

 K value IS 0.38

RGB Variations

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

Color information

#9F1250 (or 0x9F1250) is known color: Jazzberry Jam. HEX triplet: 9F, 12 and 50. RGB value is (159,18,80). Sum of RGB (Red+Green+Blue) = 159+18+80=257 (34% of max value = 765). Red value is 159 (62.5% from 255 or 61.87% from 257); Green value is 18 (7.42% from 255 or 7.00% from 257); Blue value is 80 (31.64% from 255 or 31.13% from 257); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1250 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F1250 is #60EDAF. Grayscale: #434343. Windows color (decimal): -6352304 or 5247647. OLE color: 5247647.

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

Color convert

RGB 159 18 80 -
CMYK 0 0.89 0.50 0.38
HSL 333.62º 0.8% 0.35% -
HSV(B) 333.62º 0.89% 0.62% -
XYZ 15.96 8.38 8.37 -
YUV 67.23 135.21 193.46 -
System Red Green Blue C M Y K H S L
Decimal 159 18 80 0 0.89 0.50 0.38 333.62 0.8 0.35
Hex 9F 12 50 0 59 32 26 14E 50 23
Octal 237 22 120 0 131 62 46 516 120 43
Binary 10011111 10010 1010000 0 1011001 110010 100110 101001110 1010000 100011

Color Harmonies of #9F1250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1250

Black with #9F1250

Text Example


Text Example

White with #9F1250

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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