Html Css Color HEX #8A064A Jazzberry Jam

📋 copy color: '#8A064A'

red 138 ◦ green 6 ◦ blue 74

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

Shades of Jazzberry Jam #8A064A

Tints of Jazzberry Jam #8A064A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.75%

 BLUE value IS 74 (29.3% from 255) = 33.94%

R = 63.3%
G = 2.75%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.46

 K value IS 0.46

RGB Variations

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

Color information

#8A064A (or 0x8A064A) is known color: Jazzberry Jam. HEX triplet: 8A, 06 and 4A. RGB value is (138,6,74). Sum of RGB (Red+Green+Blue) = 138+6+74=218 (28% of max value = 765). Red value is 138 (54.30% from 255 or 63.30% from 218); Green value is 6 (2.73% from 255 or 2.75% from 218); Blue value is 74 (29.30% from 255 or 33.94% from 218); Max value from RGB is 138 - color contains mainly: red. Hex color #8A064A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A064A is #75F9B5. Grayscale: #353535. Windows color (decimal): -7731638 or 4851338. OLE color: 4851338.

HSL color Cylindrical-coordinate representation of color #8A064A: hue angle of 329.09º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8A064A is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 6 74 -
CMYK 0 0.96 0.46 0.46
HSL 329.09º 0.92% 0.28% -
HSV(B) 329.09º 0.96% 0.54% -
XYZ 11.78 6.03 7.02 -
YUV 53.22 139.73 188.47 -
System Red Green Blue C M Y K H S L
Decimal 138 6 74 0 0.96 0.46 0.46 329.09 0.92 0.28
Hex 8A 6 4A 0 60 2E 2E 149 5C 1C
Octal 212 6 112 0 140 56 56 511 134 34
Binary 10001010 110 1001010 0 1100000 101110 101110 101001001 1011100 11100

Color Harmonies of #8A064A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A064A

Black with #8A064A

Text Example


Text Example

White with #8A064A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,6,74); }

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

background-color css

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

 a { background-color: rgb(138,6,74); }

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

border-color css

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

 span { border-color: rgb(138,6,74); }

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