Html Css Color HEX #8B0448 Jazzberry Jam

📋 copy color: '#8B0448'

red 139 ◦ green 4 ◦ blue 72

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

Shades of Jazzberry Jam #8B0448

Tints of Jazzberry Jam #8B0448

RGB

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

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

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

R = 64.65%
G = 1.86%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.48

 K value IS 0.45

RGB Variations

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

Color information

#8B0448 (or 0x8B0448) is known color: Jazzberry Jam. HEX triplet: 8B, 04 and 48. RGB value is (139,4,72). Sum of RGB (Red+Green+Blue) = 139+4+72=215 (28% of max value = 765). Red value is 139 (54.69% from 255 or 64.65% from 215); Green value is 4 (1.95% from 255 or 1.86% from 215); Blue value is 72 (28.52% from 255 or 33.49% from 215); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0448 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0448 is #74FBB7. Grayscale: #333333. Windows color (decimal): -7666616 or 4719755. OLE color: 4719755.

HSL color Cylindrical-coordinate representation of color #8B0448: hue angle of 329.78º 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 #8B0448 is Cyan = 0, Magento = 0.97, Yellow = 0.48 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 4 72 -
CMYK 0 0.97 0.48 0.45
HSL 329.78º 0.94% 0.28% -
HSV(B) 329.78º 0.97% 0.55% -
XYZ 11.86 6.04 6.67 -
YUV 52.12 139.23 189.97 -
System Red Green Blue C M Y K H S L
Decimal 139 4 72 0 0.97 0.48 0.45 329.78 0.94 0.28
Hex 8B 4 48 0 61 30 2D 14A 5E 1C
Octal 213 4 110 0 141 60 55 512 136 34
Binary 10001011 100 1001000 0 1100001 110000 101101 101001010 1011110 11100

Color Harmonies of #8B0448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0448

Black with #8B0448

Text Example


Text Example

White with #8B0448

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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