Html Css Color HEX #8A0949 Jazzberry Jam

📋 copy color: '#8A0949'

red 138 ◦ green 9 ◦ blue 73

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

Shades of Jazzberry Jam #8A0949

Tints of Jazzberry Jam #8A0949

RGB

 RED value IS 138 (54.3% from 255) = 62.73%

 GREEN value IS 9 (3.91% from 255) = 4.09%

 BLUE value IS 73 (28.91% from 255) = 33.18%

R = 62.73%
G = 4.09%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.47

 K value IS 0.46

RGB Variations

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

Color information

#8A0949 (or 0x8A0949) is known color: Jazzberry Jam. HEX triplet: 8A, 09 and 49. RGB value is (138,9,73). Sum of RGB (Red+Green+Blue) = 138+9+73=220 (29% of max value = 765). Red value is 138 (54.30% from 255 or 62.73% from 220); Green value is 9 (3.91% from 255 or 4.09% from 220); Blue value is 73 (28.91% from 255 or 33.18% from 220); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0949 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A0949 is #75F6B6. Grayscale: #363636. Windows color (decimal): -7730871 or 4786570. OLE color: 4786570.

HSL color Cylindrical-coordinate representation of color #8A0949: hue angle of 330.23º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8A0949 is Cyan = 0, Magento = 0.93, Yellow = 0.47 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 9 73 -
CMYK 0 0.93 0.47 0.46
HSL 330.23º 0.88% 0.29% -
HSV(B) 330.23º 0.93% 0.54% -
XYZ 11.78 6.08 6.86 -
YUV 54.87 138.24 187.3 -
System Red Green Blue C M Y K H S L
Decimal 138 9 73 0 0.93 0.47 0.46 330.23 0.88 0.29
Hex 8A 9 49 0 5D 2F 2E 14A 58 1D
Octal 212 11 111 0 135 57 56 512 130 35
Binary 10001010 1001 1001001 0 1011101 101111 101110 101001010 1011000 11101

Color Harmonies of #8A0949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A0949

Black with #8A0949

Text Example


Text Example

White with #8A0949

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,9,73); }

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

background-color css

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

 a { background-color: rgb(138,9,73); }

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

border-color css

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

 span { border-color: rgb(138,9,73); }

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