Html Css Color HEX #9F074F Jazzberry Jam

📋 copy color: '#9F074F'

red 159 ◦ green 7 ◦ blue 79

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

Shades of Jazzberry Jam #9F074F

Tints of Jazzberry Jam #9F074F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 32.24%

R = 64.9%
G = 2.86%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.50

 K value IS 0.38

RGB Variations

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

Color information

#9F074F (or 0x9F074F) is known color: Jazzberry Jam. HEX triplet: 9F, 07 and 4F. RGB value is (159,7,79). Sum of RGB (Red+Green+Blue) = 159+7+79=245 (32% of max value = 765). Red value is 159 (62.5% from 255 or 64.90% from 245); Green value is 7 (3.12% from 255 or 2.86% from 245); Blue value is 79 (31.25% from 255 or 32.24% from 245); Max value from RGB is 159 - color contains mainly: red. Hex color #9F074F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F074F is #60F8B0. Grayscale: #3C3C3C. Windows color (decimal): -6355121 or 5179295. OLE color: 5179295.

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

Color convert

RGB 159 7 79 -
CMYK 0 0.96 0.50 0.38
HSL 331.58º 0.92% 0.33% -
HSV(B) 331.58º 0.96% 0.62% -
XYZ 15.79 8.09 8.13 -
YUV 60.66 138.36 198.15 -
System Red Green Blue C M Y K H S L
Decimal 159 7 79 0 0.96 0.50 0.38 331.58 0.92 0.33
Hex 9F 7 4F 0 60 32 26 14C 5C 21
Octal 237 7 117 0 140 62 46 514 134 41
Binary 10011111 111 1001111 0 1100000 110010 100110 101001100 1011100 100001

Color Harmonies of #9F074F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F074F

Black with #9F074F

Text Example


Text Example

White with #9F074F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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