Html Css Color HEX #890B4C Jazzberry Jam

📋 copy color: '#890B4C'

red 137 ◦ green 11 ◦ blue 76

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

Shades of Jazzberry Jam #890B4C

Tints of Jazzberry Jam #890B4C

RGB

 RED value IS 137 (53.91% from 255) = 61.16%

 GREEN value IS 11 (4.69% from 255) = 4.91%

 BLUE value IS 76 (30.08% from 255) = 33.93%

R = 61.16%
G = 4.91%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.45

 K value IS 0.46

RGB Variations

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

Color information

#890B4C (or 0x890B4C) is known color: Jazzberry Jam. HEX triplet: 89, 0B and 4C. RGB value is (137,11,76). Sum of RGB (Red+Green+Blue) = 137+11+76=224 (29% of max value = 765). Red value is 137 (53.91% from 255 or 61.16% from 224); Green value is 11 (4.69% from 255 or 4.91% from 224); Blue value is 76 (30.08% from 255 or 33.93% from 224); Max value from RGB is 137 - color contains mainly: red. Hex color #890B4C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890B4C is #76F4B3. Grayscale: #373737. Windows color (decimal): -7795892 or 4983689. OLE color: 4983689.

HSL color Cylindrical-coordinate representation of color #890B4C: hue angle of 329.05º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #890B4C is Cyan = 0, Magento = 0.92, Yellow = 0.45 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 11 76 -
CMYK 0 0.92 0.45 0.46
HSL 329.05º 0.85% 0.29% -
HSV(B) 329.05º 0.92% 0.54% -
XYZ 11.74 6.08 7.39 -
YUV 56.08 139.24 185.71 -
System Red Green Blue C M Y K H S L
Decimal 137 11 76 0 0.92 0.45 0.46 329.05 0.85 0.29
Hex 89 B 4C 0 5C 2D 2E 149 55 1D
Octal 211 13 114 0 134 55 56 511 125 35
Binary 10001001 1011 1001100 0 1011100 101101 101110 101001001 1010101 11101

Color Harmonies of #890B4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890B4C

Black with #890B4C

Text Example


Text Example

White with #890B4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890B4C; }

 p { color: rgb(137,11,76); }

 H1.HeaderClassName
 {
   color: #890B4C;
 }
 .AnyTagClassName
 {
   color: #890B4C;
 }
</style>

background-color css

<style>
 a { background-color: #890B4C; }

 a { background-color: rgb(137,11,76); }

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

border-color css

<style>
 span { border-color: #890B4C; }

 span { border-color: rgb(137,11,76); }

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