Html Css Color HEX #9F073E Jazzberry Jam

📋 copy color: '#9F073E'

red 159 ◦ green 7 ◦ blue 62

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

Shades of Jazzberry Jam #9F073E

Tints of Jazzberry Jam #9F073E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 27.19%

R = 69.74%
G = 3.07%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.61

 K value IS 0.38

RGB Variations

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

Color information

#9F073E (or 0x9F073E) is known color: Jazzberry Jam. HEX triplet: 9F, 07 and 3E. RGB value is (159,7,62). Sum of RGB (Red+Green+Blue) = 159+7+62=228 (30% of max value = 765). Red value is 159 (62.5% from 255 or 69.74% from 228); Green value is 7 (3.12% from 255 or 3.07% from 228); Blue value is 62 (24.61% from 255 or 27.19% from 228); Max value from RGB is 159 - color contains mainly: red. Hex color #9F073E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F073E is #60F8C1. Grayscale: #3A3A3A. Windows color (decimal): -6355138 or 4065183. OLE color: 4065183.

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

Color convert

RGB 159 7 62 -
CMYK 0 0.96 0.61 0.38
HSL 338.29º 0.92% 0.33% -
HSV(B) 338.29º 0.96% 0.62% -
XYZ 15.24 7.87 5.27 -
YUV 58.72 129.86 199.53 -
System Red Green Blue C M Y K H S L
Decimal 159 7 62 0 0.96 0.61 0.38 338.29 0.92 0.33
Hex 9F 7 3E 0 60 3D 26 152 5C 21
Octal 237 7 76 0 140 75 46 522 134 41
Binary 10011111 111 111110 0 1100000 111101 100110 101010010 1011100 100001

Color Harmonies of #9F073E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F073E

Black with #9F073E

Text Example


Text Example

White with #9F073E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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