Html Css Color HEX #8B0446 Jazzberry Jam

📋 copy color: '#8B0446'

red 139 ◦ green 4 ◦ blue 70

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

Shades of Jazzberry Jam #8B0446

Tints of Jazzberry Jam #8B0446

RGB

 RED value IS 139 (54.69% from 255) = 65.26%

 GREEN value IS 4 (1.95% from 255) = 1.88%

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

R = 65.26%
G = 1.88%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.50

 K value IS 0.45

RGB Variations

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

Color information

#8B0446 (or 0x8B0446) is known color: Jazzberry Jam. HEX triplet: 8B, 04 and 46. RGB value is (139,4,70). Sum of RGB (Red+Green+Blue) = 139+4+70=213 (28% of max value = 765). Red value is 139 (54.69% from 255 or 65.26% from 213); Green value is 4 (1.95% from 255 or 1.88% from 213); Blue value is 70 (27.73% from 255 or 32.86% from 213); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0446 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0446 is #74FBB9. Grayscale: #333333. Windows color (decimal): -7666618 or 4588683. OLE color: 4588683.

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

Color convert

RGB 139 4 70 -
CMYK 0 0.97 0.50 0.45
HSL 330.67º 0.94% 0.28% -
HSV(B) 330.67º 0.97% 0.55% -
XYZ 11.8 6.02 6.33 -
YUV 51.89 138.23 190.13 -
System Red Green Blue C M Y K H S L
Decimal 139 4 70 0 0.97 0.50 0.45 330.67 0.94 0.28
Hex 8B 4 46 0 61 32 2D 14B 5E 1C
Octal 213 4 106 0 141 62 55 513 136 34
Binary 10001011 100 1000110 0 1100001 110010 101101 101001011 1011110 11100

Color Harmonies of #8B0446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0446

Black with #8B0446

Text Example


Text Example

White with #8B0446

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,4,70); }

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

background-color css

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

 a { background-color: rgb(139,4,70); }

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

border-color css

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

 span { border-color: rgb(139,4,70); }

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