Html Css Color HEX #A6134D Jazzberry Jam

📋 copy color: '#A6134D'

red 166 ◦ green 19 ◦ blue 77

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

Shades of Jazzberry Jam #A6134D

Tints of Jazzberry Jam #A6134D

RGB

 RED value IS 166 (65.23% from 255) = 63.36%

 GREEN value IS 19 (7.81% from 255) = 7.25%

 BLUE value IS 77 (30.47% from 255) = 29.39%

R = 63.36%
G = 7.25%
B = 29.39%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.54

 K value IS 0.35

RGB Variations

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

Color information

#A6134D (or 0xA6134D) is known color: Jazzberry Jam. HEX triplet: A6, 13 and 4D. RGB value is (166,19,77). Sum of RGB (Red+Green+Blue) = 166+19+77=262 (34% of max value = 765). Red value is 166 (65.23% from 255 or 63.36% from 262); Green value is 19 (7.81% from 255 or 7.25% from 262); Blue value is 77 (30.47% from 255 or 29.39% from 262); Max value from RGB is 166 - color contains mainly: red. Hex color #A6134D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6134D is #59ECB2. Grayscale: #454545. Windows color (decimal): -5893299 or 5051302. OLE color: 5051302.

HSL color Cylindrical-coordinate representation of color #A6134D: hue angle of 336.33º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A6134D is Cyan = 0, Magento = 0.89, Yellow = 0.54 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 19 77 -
CMYK 0 0.89 0.54 0.35
HSL 336.33º 0.79% 0.36% -
HSV(B) 336.33º 0.89% 0.65% -
XYZ 17.3 9.11 7.87 -
YUV 69.57 132.2 196.78 -
System Red Green Blue C M Y K H S L
Decimal 166 19 77 0 0.89 0.54 0.35 336.33 0.79 0.36
Hex A6 13 4D 0 59 36 23 150 4F 24
Octal 246 23 115 0 131 66 43 520 117 44
Binary 10100110 10011 1001101 0 1011001 110110 100011 101010000 1001111 100100

Color Harmonies of #A6134D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6134D

Black with #A6134D

Text Example


Text Example

White with #A6134D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6134D; }

 p { color: rgb(166,19,77); }

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

background-color css

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

 a { background-color: rgb(166,19,77); }

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

border-color css

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

 span { border-color: rgb(166,19,77); }

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