Html Css Color HEX #9F0844 Jazzberry Jam

📋 copy color: '#9F0844'

red 159 ◦ green 8 ◦ blue 68

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

Shades of Jazzberry Jam #9F0844

Tints of Jazzberry Jam #9F0844

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.4%

 BLUE value IS 68 (26.95% from 255) = 28.94%

R = 67.66%
G = 3.4%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.57

 K value IS 0.38

RGB Variations

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

Color information

#9F0844 (or 0x9F0844) is known color: Jazzberry Jam. HEX triplet: 9F, 08 and 44. RGB value is (159,8,68). Sum of RGB (Red+Green+Blue) = 159+8+68=235 (31% of max value = 765). Red value is 159 (62.5% from 255 or 67.66% from 235); Green value is 8 (3.52% from 255 or 3.40% from 235); Blue value is 68 (26.95% from 255 or 28.94% from 235); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0844 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F0844 is #60F7BB. Grayscale: #3B3B3B. Windows color (decimal): -6354876 or 4458655. OLE color: 4458655.

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

Color convert

RGB 159 8 68 -
CMYK 0 0.95 0.57 0.38
HSL 336.16º 0.9% 0.33% -
HSV(B) 336.16º 0.95% 0.62% -
XYZ 15.43 7.96 6.19 -
YUV 59.99 132.53 198.62 -
System Red Green Blue C M Y K H S L
Decimal 159 8 68 0 0.95 0.57 0.38 336.16 0.9 0.33
Hex 9F 8 44 0 5F 39 26 150 5A 21
Octal 237 10 104 0 137 71 46 520 132 41
Binary 10011111 1000 1000100 0 1011111 111001 100110 101010000 1011010 100001

Color Harmonies of #9F0844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0844

Black with #9F0844

Text Example


Text Example

White with #9F0844

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,8,68); }

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

background-color css

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

 a { background-color: rgb(159,8,68); }

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

border-color css

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

 span { border-color: rgb(159,8,68); }

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