Html Css Color HEX #9F1042 Jazzberry Jam

📋 copy color: '#9F1042'

red 159 ◦ green 16 ◦ blue 66

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

Shades of Jazzberry Jam #9F1042

Tints of Jazzberry Jam #9F1042

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.64%

 BLUE value IS 66 (26.17% from 255) = 27.39%

R = 65.98%
G = 6.64%
B = 27.39%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.58

 K value IS 0.38

RGB Variations

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

Color information

#9F1042 (or 0x9F1042) is known color: Jazzberry Jam. HEX triplet: 9F, 10 and 42. RGB value is (159,16,66). Sum of RGB (Red+Green+Blue) = 159+16+66=241 (31% of max value = 765). Red value is 159 (62.5% from 255 or 65.98% from 241); Green value is 16 (6.64% from 255 or 6.64% from 241); Blue value is 66 (26.17% from 255 or 27.39% from 241); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1042 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F1042 is #60EFBD. Grayscale: #404040. Windows color (decimal): -6352830 or 4329631. OLE color: 4329631.

HSL color Cylindrical-coordinate representation of color #9F1042: hue angle of 339.02º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9F1042 is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 16 66 -
CMYK 0 0.90 0.58 0.38
HSL 339.02º 0.82% 0.34% -
HSV(B) 339.02º 0.9% 0.62% -
XYZ 15.47 8.13 5.91 -
YUV 64.46 128.88 195.43 -
System Red Green Blue C M Y K H S L
Decimal 159 16 66 0 0.90 0.58 0.38 339.02 0.82 0.34
Hex 9F 10 42 0 5A 3A 26 153 52 22
Octal 237 20 102 0 132 72 46 523 122 42
Binary 10011111 10000 1000010 0 1011010 111010 100110 101010011 1010010 100010

Color Harmonies of #9F1042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1042

Black with #9F1042

Text Example


Text Example

White with #9F1042

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,16,66); }

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

background-color css

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

 a { background-color: rgb(159,16,66); }

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

border-color css

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

 span { border-color: rgb(159,16,66); }

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