Html Css Color HEX #8B0D4D Jazzberry Jam

📋 copy color: '#8B0D4D'

red 139 ◦ green 13 ◦ blue 77

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

Shades of Jazzberry Jam #8B0D4D

Tints of Jazzberry Jam #8B0D4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 33.62%

R = 60.7%
G = 5.68%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.45

 K value IS 0.45

RGB Variations

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

Color information

#8B0D4D (or 0x8B0D4D) is known color: Jazzberry Jam. HEX triplet: 8B, 0D and 4D. RGB value is (139,13,77). Sum of RGB (Red+Green+Blue) = 139+13+77=229 (30% of max value = 765). Red value is 139 (54.69% from 255 or 60.70% from 229); Green value is 13 (5.47% from 255 or 5.68% from 229); Blue value is 77 (30.47% from 255 or 33.62% from 229); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0D4D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0D4D is #74F2B2. Grayscale: #393939. Windows color (decimal): -7664307 or 5049739. OLE color: 5049739.

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

Color convert

RGB 139 13 77 -
CMYK 0 0.91 0.45 0.45
HSL 329.52º 0.83% 0.3% -
HSV(B) 329.52º 0.91% 0.55% -
XYZ 12.13 6.31 7.6 -
YUV 57.97 138.74 185.8 -
System Red Green Blue C M Y K H S L
Decimal 139 13 77 0 0.91 0.45 0.45 329.52 0.83 0.3
Hex 8B D 4D 0 5B 2D 2D 14A 53 1E
Octal 213 15 115 0 133 55 55 512 123 36
Binary 10001011 1101 1001101 0 1011011 101101 101101 101001010 1010011 11110

Color Harmonies of #8B0D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0D4D

Black with #8B0D4D

Text Example


Text Example

White with #8B0D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,13,77); }

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

background-color css

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

 a { background-color: rgb(139,13,77); }

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

border-color css

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

 span { border-color: rgb(139,13,77); }

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