Html Css Color HEX #8F0D50 Jazzberry Jam

📋 copy color: '#8F0D50'

red 143 ◦ green 13 ◦ blue 80

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

Shades of Jazzberry Jam #8F0D50

Tints of Jazzberry Jam #8F0D50

RGB

 RED value IS 143 (56.25% from 255) = 60.59%

 GREEN value IS 13 (5.47% from 255) = 5.51%

 BLUE value IS 80 (31.64% from 255) = 33.9%

R = 60.59%
G = 5.51%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.44

 K value IS 0.44

RGB Variations

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

Color information

#8F0D50 (or 0x8F0D50) is known color: Jazzberry Jam. HEX triplet: 8F, 0D and 50. RGB value is (143,13,80). Sum of RGB (Red+Green+Blue) = 143+13+80=236 (31% of max value = 765). Red value is 143 (56.25% from 255 or 60.59% from 236); Green value is 13 (5.47% from 255 or 5.51% from 236); Blue value is 80 (31.64% from 255 or 33.90% from 236); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0D50 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F0D50 is #70F2AF. Grayscale: #3B3B3B. Windows color (decimal): -7402160 or 5246351. OLE color: 5246351.

HSL color Cylindrical-coordinate representation of color #8F0D50: hue angle of 329.08º degrees, saturation: 0.83, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8F0D50 is Cyan = 0, Magento = 0.91, Yellow = 0.44 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 13 80 -
CMYK 0 0.91 0.44 0.44
HSL 329.08º 0.83% 0.31% -
HSV(B) 329.08º 0.91% 0.56% -
XYZ 12.92 6.71 8.2 -
YUV 59.51 139.57 187.55 -
System Red Green Blue C M Y K H S L
Decimal 143 13 80 0 0.91 0.44 0.44 329.08 0.83 0.31
Hex 8F D 50 0 5B 2C 2C 149 53 1F
Octal 217 15 120 0 133 54 54 511 123 37
Binary 10001111 1101 1010000 0 1011011 101100 101100 101001001 1010011 11111

Color Harmonies of #8F0D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0D50

Black with #8F0D50

Text Example


Text Example

White with #8F0D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8F0D50; }

 p { color: rgb(143,13,80); }

 H1.HeaderClassName
 {
   color: #8F0D50;
 }
 .AnyTagClassName
 {
   color: #8F0D50;
 }
</style>

background-color css

<style>
 a { background-color: #8F0D50; }

 a { background-color: rgb(143,13,80); }

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

border-color css

<style>
 span { border-color: #8F0D50; }

 span { border-color: rgb(143,13,80); }

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