Html Css Color HEX #9F073F Jazzberry Jam

📋 copy color: '#9F073F'

red 159 ◦ green 7 ◦ blue 63

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

Shades of Jazzberry Jam #9F073F

Tints of Jazzberry Jam #9F073F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 27.51%

R = 69.43%
G = 3.06%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.60

 K value IS 0.38

RGB Variations

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

Color information

#9F073F (or 0x9F073F) is known color: Jazzberry Jam. HEX triplet: 9F, 07 and 3F. RGB value is (159,7,63). Sum of RGB (Red+Green+Blue) = 159+7+63=229 (30% of max value = 765). Red value is 159 (62.5% from 255 or 69.43% from 229); Green value is 7 (3.12% from 255 or 3.06% from 229); Blue value is 63 (25% from 255 or 27.51% from 229); Max value from RGB is 159 - color contains mainly: red. Hex color #9F073F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F073F is #60F8C0. Grayscale: #3A3A3A. Windows color (decimal): -6355137 or 4130719. OLE color: 4130719.

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

Color convert

RGB 159 7 63 -
CMYK 0 0.96 0.60 0.38
HSL 337.89º 0.92% 0.33% -
HSV(B) 337.89º 0.96% 0.62% -
XYZ 15.27 7.88 5.42 -
YUV 58.83 130.36 199.45 -
System Red Green Blue C M Y K H S L
Decimal 159 7 63 0 0.96 0.60 0.38 337.89 0.92 0.33
Hex 9F 7 3F 0 60 3C 26 152 5C 21
Octal 237 7 77 0 140 74 46 522 134 41
Binary 10011111 111 111111 0 1100000 111100 100110 101010010 1011100 100001

Color Harmonies of #9F073F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F073F

Black with #9F073F

Text Example


Text Example

White with #9F073F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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