Html Css Color HEX #9F074A Jazzberry Jam

📋 copy color: '#9F074A'

red 159 ◦ green 7 ◦ blue 74

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

Shades of Jazzberry Jam #9F074A

Tints of Jazzberry Jam #9F074A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.92%

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

R = 66.25%
G = 2.92%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.53

 K value IS 0.38

RGB Variations

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

Color information

#9F074A (or 0x9F074A) is known color: Jazzberry Jam. HEX triplet: 9F, 07 and 4A. RGB value is (159,7,74). Sum of RGB (Red+Green+Blue) = 159+7+74=240 (31% of max value = 765). Red value is 159 (62.5% from 255 or 66.25% from 240); Green value is 7 (3.12% from 255 or 2.92% from 240); Blue value is 74 (29.30% from 255 or 30.83% from 240); Max value from RGB is 159 - color contains mainly: red. Hex color #9F074A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F074A is #60F8B5. Grayscale: #3B3B3B. Windows color (decimal): -6355126 or 4851615. OLE color: 4851615.

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

Color convert

RGB 159 7 74 -
CMYK 0 0.96 0.53 0.38
HSL 333.55º 0.92% 0.33% -
HSV(B) 333.55º 0.96% 0.62% -
XYZ 15.61 8.02 7.2 -
YUV 60.09 135.86 198.55 -
System Red Green Blue C M Y K H S L
Decimal 159 7 74 0 0.96 0.53 0.38 333.55 0.92 0.33
Hex 9F 7 4A 0 60 35 26 14E 5C 21
Octal 237 7 112 0 140 65 46 516 134 41
Binary 10011111 111 1001010 0 1100000 110101 100110 101001110 1011100 100001

Color Harmonies of #9F074A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F074A

Black with #9F074A

Text Example


Text Example

White with #9F074A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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