Html Css Color HEX #9F0A48 Jazzberry Jam

📋 copy color: '#9F0A48'

red 159 ◦ green 10 ◦ blue 72

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

Shades of Jazzberry Jam #9F0A48

Tints of Jazzberry Jam #9F0A48

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.15%

 BLUE value IS 72 (28.52% from 255) = 29.88%

R = 65.98%
G = 4.15%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.55

 K value IS 0.38

RGB Variations

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

Color information

#9F0A48 (or 0x9F0A48) is known color: Jazzberry Jam. HEX triplet: 9F, 0A and 48. RGB value is (159,10,72). Sum of RGB (Red+Green+Blue) = 159+10+72=241 (31% of max value = 765). Red value is 159 (62.5% from 255 or 65.98% from 241); Green value is 10 (4.30% from 255 or 4.15% from 241); Blue value is 72 (28.52% from 255 or 29.88% from 241); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0A48 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F0A48 is #60F5B7. Grayscale: #3D3D3D. Windows color (decimal): -6354360 or 4721311. OLE color: 4721311.

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

Color convert

RGB 159 10 72 -
CMYK 0 0.94 0.55 0.38
HSL 335.03º 0.88% 0.33% -
HSV(B) 335.03º 0.94% 0.62% -
XYZ 15.58 8.06 6.86 -
YUV 61.62 133.86 197.46 -
System Red Green Blue C M Y K H S L
Decimal 159 10 72 0 0.94 0.55 0.38 335.03 0.88 0.33
Hex 9F A 48 0 5E 37 26 14F 58 21
Octal 237 12 110 0 136 67 46 517 130 41
Binary 10011111 1010 1001000 0 1011110 110111 100110 101001111 1011000 100001

Color Harmonies of #9F0A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0A48

Black with #9F0A48

Text Example


Text Example

White with #9F0A48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,10,72); }

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

background-color css

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

 a { background-color: rgb(159,10,72); }

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

border-color css

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

 span { border-color: rgb(159,10,72); }

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