Html Css Color HEX #8A064B Jazzberry Jam

📋 copy color: '#8A064B'

red 138 ◦ green 6 ◦ blue 75

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

Shades of Jazzberry Jam #8A064B

Tints of Jazzberry Jam #8A064B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 34.25%

R = 63.01%
G = 2.74%
B = 34.25%

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

#8A064B (or 0x8A064B) is known color: Jazzberry Jam. HEX triplet: 8A, 06 and 4B. RGB value is (138,6,75). Sum of RGB (Red+Green+Blue) = 138+6+75=219 (29% of max value = 765). Red value is 138 (54.30% from 255 or 63.01% from 219); Green value is 6 (2.73% from 255 or 2.74% from 219); Blue value is 75 (29.69% from 255 or 34.25% from 219); Max value from RGB is 138 - color contains mainly: red. Hex color #8A064B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A064B is #75F9B4. Grayscale: #353535. Windows color (decimal): -7731637 or 4916874. OLE color: 4916874.

HSL color Cylindrical-coordinate representation of color #8A064B: hue angle of 328.64º 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 #8A064B is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 6 75 -
CMYK 0 0.96 0.46 0.46
HSL 328.64º 0.92% 0.28% -
HSV(B) 328.64º 0.96% 0.54% -
XYZ 11.82 6.04 7.2 -
YUV 53.33 140.23 188.39 -
System Red Green Blue C M Y K H S L
Decimal 138 6 75 0 0.96 0.46 0.46 328.64 0.92 0.28
Hex 8A 6 4B 0 60 2E 2E 149 5C 1C
Octal 212 6 113 0 140 56 56 511 134 34
Binary 10001010 110 1001011 0 1100000 101110 101110 101001001 1011100 11100

Color Harmonies of #8A064B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A064B

Black with #8A064B

Text Example


Text Example

White with #8A064B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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