Html Css Color HEX #8B0D53 Jazzberry Jam

📋 copy color: '#8B0D53'

red 139 ◦ green 13 ◦ blue 83

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

Shades of Jazzberry Jam #8B0D53

Tints of Jazzberry Jam #8B0D53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 35.32%

R = 59.15%
G = 5.53%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.40

 K value IS 0.45

RGB Variations

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

Color information

#8B0D53 (or 0x8B0D53) is known color: Jazzberry Jam. HEX triplet: 8B, 0D and 53. RGB value is (139,13,83). Sum of RGB (Red+Green+Blue) = 139+13+83=235 (31% of max value = 765). Red value is 139 (54.69% from 255 or 59.15% from 235); Green value is 13 (5.47% from 255 or 5.53% from 235); Blue value is 83 (32.81% from 255 or 35.32% from 235); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0D53 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0D53 is #74F2AC. Grayscale: #3A3A3A. Windows color (decimal): -7664301 or 5442955. OLE color: 5442955.

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

Color convert

RGB 139 13 83 -
CMYK 0 0.91 0.40 0.45
HSL 326.67º 0.83% 0.3% -
HSV(B) 326.67º 0.91% 0.55% -
XYZ 12.35 6.4 8.77 -
YUV 58.65 141.74 185.31 -
System Red Green Blue C M Y K H S L
Decimal 139 13 83 0 0.91 0.40 0.45 326.67 0.83 0.3
Hex 8B D 53 0 5B 28 2D 147 53 1E
Octal 213 15 123 0 133 50 55 507 123 36
Binary 10001011 1101 1010011 0 1011011 101000 101101 101000111 1010011 11110

Color Harmonies of #8B0D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0D53

Black with #8B0D53

Text Example


Text Example

White with #8B0D53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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