Html Css Color HEX #9F124A Jazzberry Jam

📋 copy color: '#9F124A'

red 159 ◦ green 18 ◦ blue 74

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

Shades of Jazzberry Jam #9F124A

Tints of Jazzberry Jam #9F124A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 29.48%

R = 63.35%
G = 7.17%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.53

 K value IS 0.38

RGB Variations

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

Color information

#9F124A (or 0x9F124A) is known color: Jazzberry Jam. HEX triplet: 9F, 12 and 4A. RGB value is (159,18,74). Sum of RGB (Red+Green+Blue) = 159+18+74=251 (33% of max value = 765). Red value is 159 (62.5% from 255 or 63.35% from 251); Green value is 18 (7.42% from 255 or 7.17% from 251); Blue value is 74 (29.30% from 255 or 29.48% from 251); Max value from RGB is 159 - color contains mainly: red. Hex color #9F124A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F124A is #60EDB5. Grayscale: #424242. Windows color (decimal): -6352310 or 4854431. OLE color: 4854431.

HSL color Cylindrical-coordinate representation of color #9F124A: hue angle of 336.17º 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 #9F124A is Cyan = 0, Magento = 0.89, Yellow = 0.53 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 18 74 -
CMYK 0 0.89 0.53 0.38
HSL 336.17º 0.8% 0.35% -
HSV(B) 336.17º 0.89% 0.62% -
XYZ 15.75 8.3 7.25 -
YUV 66.54 132.21 193.95 -
System Red Green Blue C M Y K H S L
Decimal 159 18 74 0 0.89 0.53 0.38 336.17 0.8 0.35
Hex 9F 12 4A 0 59 35 26 150 50 23
Octal 237 22 112 0 131 65 46 520 120 43
Binary 10011111 10010 1001010 0 1011001 110101 100110 101010000 1010000 100011

Color Harmonies of #9F124A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F124A

Black with #9F124A

Text Example


Text Example

White with #9F124A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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