Html Css Color HEX #9F093B Jazzberry Jam

📋 copy color: '#9F093B'

red 159 ◦ green 9 ◦ blue 59

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

Shades of Jazzberry Jam #9F093B

Tints of Jazzberry Jam #9F093B

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.96%

 BLUE value IS 59 (23.44% from 255) = 25.99%

R = 70.04%
G = 3.96%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.63

 K value IS 0.38

RGB Variations

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

Color information

#9F093B (or 0x9F093B) is known color: Jazzberry Jam. HEX triplet: 9F, 09 and 3B. RGB value is (159,9,59). Sum of RGB (Red+Green+Blue) = 159+9+59=227 (30% of max value = 765). Red value is 159 (62.5% from 255 or 70.04% from 227); Green value is 9 (3.91% from 255 or 3.96% from 227); Blue value is 59 (23.44% from 255 or 25.99% from 227); Max value from RGB is 159 - color contains mainly: red. Hex color #9F093B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F093B is #60F6C4. Grayscale: #3B3B3B. Windows color (decimal): -6354629 or 3869087. OLE color: 3869087.

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

Color convert

RGB 159 9 59 -
CMYK 0 0.94 0.63 0.38
HSL 340º 0.89% 0.33% -
HSV(B) 340º 0.94% 0.62% -
XYZ 15.19 7.88 4.86 -
YUV 59.55 127.7 198.93 -
System Red Green Blue C M Y K H S L
Decimal 159 9 59 0 0.94 0.63 0.38 340 0.89 0.33
Hex 9F 9 3B 0 5E 3F 26 154 59 21
Octal 237 11 73 0 136 77 46 524 131 41
Binary 10011111 1001 111011 0 1011110 111111 100110 101010100 1011001 100001

Color Harmonies of #9F093B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F093B

Black with #9F093B

Text Example


Text Example

White with #9F093B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,9,59); }

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

background-color css

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

 a { background-color: rgb(159,9,59); }

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

border-color css

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

 span { border-color: rgb(159,9,59); }

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