Html Css Color HEX #9F093E Jazzberry Jam

📋 copy color: '#9F093E'

red 159 ◦ green 9 ◦ blue 62

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

Shades of Jazzberry Jam #9F093E

Tints of Jazzberry Jam #9F093E

RGB

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

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

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

R = 69.13%
G = 3.91%
B = 26.96%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.61

 K value IS 0.38

RGB Variations

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

Color information

#9F093E (or 0x9F093E) is known color: Jazzberry Jam. HEX triplet: 9F, 09 and 3E. RGB value is (159,9,62). Sum of RGB (Red+Green+Blue) = 159+9+62=230 (30% of max value = 765). Red value is 159 (62.5% from 255 or 69.13% from 230); Green value is 9 (3.91% from 255 or 3.91% from 230); Blue value is 62 (24.61% from 255 or 26.96% from 230); Max value from RGB is 159 - color contains mainly: red. Hex color #9F093E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F093E is #60F6C1. Grayscale: #3B3B3B. Windows color (decimal): -6354626 or 4065695. OLE color: 4065695.

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

Color convert

RGB 159 9 62 -
CMYK 0 0.94 0.61 0.38
HSL 338.8º 0.89% 0.33% -
HSV(B) 338.8º 0.94% 0.62% -
XYZ 15.27 7.91 5.28 -
YUV 59.89 129.2 198.69 -
System Red Green Blue C M Y K H S L
Decimal 159 9 62 0 0.94 0.61 0.38 338.8 0.89 0.33
Hex 9F 9 3E 0 5E 3D 26 153 59 21
Octal 237 11 76 0 136 75 46 523 131 41
Binary 10011111 1001 111110 0 1011110 111101 100110 101010011 1011001 100001

Color Harmonies of #9F093E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F093E

Black with #9F093E

Text Example


Text Example

White with #9F093E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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