Html Css Color HEX #8D0946 Jazzberry Jam

📋 copy color: '#8D0946'

red 141 ◦ green 9 ◦ blue 70

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

Shades of Jazzberry Jam #8D0946

Tints of Jazzberry Jam #8D0946

RGB

 RED value IS 141 (55.47% from 255) = 64.09%

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

 BLUE value IS 70 (27.73% from 255) = 31.82%

R = 64.09%
G = 4.09%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.50

 K value IS 0.45

RGB Variations

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

Color information

#8D0946 (or 0x8D0946) is known color: Jazzberry Jam. HEX triplet: 8D, 09 and 46. RGB value is (141,9,70). Sum of RGB (Red+Green+Blue) = 141+9+70=220 (29% of max value = 765). Red value is 141 (55.47% from 255 or 64.09% from 220); Green value is 9 (3.91% from 255 or 4.09% from 220); Blue value is 70 (27.73% from 255 or 31.82% from 220); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0946 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D0946 is #72F6B9. Grayscale: #373737. Windows color (decimal): -7534266 or 4589965. OLE color: 4589965.

HSL color Cylindrical-coordinate representation of color #8D0946: hue angle of 332.27º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8D0946 is Cyan = 0, Magento = 0.94, Yellow = 0.50 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 9 70 -
CMYK 0 0.94 0.50 0.45
HSL 332.27º 0.88% 0.29% -
HSV(B) 332.27º 0.94% 0.55% -
XYZ 12.19 6.3 6.37 -
YUV 55.42 136.23 189.04 -
System Red Green Blue C M Y K H S L
Decimal 141 9 70 0 0.94 0.50 0.45 332.27 0.88 0.29
Hex 8D 9 46 0 5E 32 2D 14C 58 1D
Octal 215 11 106 0 136 62 55 514 130 35
Binary 10001101 1001 1000110 0 1011110 110010 101101 101001100 1011000 11101

Color Harmonies of #8D0946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D0946

Black with #8D0946

Text Example


Text Example

White with #8D0946

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,9,70); }

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

background-color css

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

 a { background-color: rgb(141,9,70); }

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

border-color css

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

 span { border-color: rgb(141,9,70); }

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