Html Css Color HEX #A6134B Jazzberry Jam

📋 copy color: '#A6134B'

red 166 ◦ green 19 ◦ blue 75

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

Shades of Jazzberry Jam #A6134B

Tints of Jazzberry Jam #A6134B

RGB

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

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

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

R = 63.85%
G = 7.31%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.55

 K value IS 0.35

RGB Variations

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

Color information

#A6134B (or 0xA6134B) is known color: Jazzberry Jam. HEX triplet: A6, 13 and 4B. RGB value is (166,19,75). Sum of RGB (Red+Green+Blue) = 166+19+75=260 (34% of max value = 765). Red value is 166 (65.23% from 255 or 63.85% from 260); Green value is 19 (7.81% from 255 or 7.31% from 260); Blue value is 75 (29.69% from 255 or 28.85% from 260); Max value from RGB is 166 - color contains mainly: red. Hex color #A6134B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6134B is #59ECB4. Grayscale: #454545. Windows color (decimal): -5893301 or 4920230. OLE color: 4920230.

HSL color Cylindrical-coordinate representation of color #A6134B: hue angle of 337.14º 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 #A6134B is Cyan = 0, Magento = 0.89, Yellow = 0.55 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 19 75 -
CMYK 0 0.89 0.55 0.35
HSL 337.14º 0.79% 0.36% -
HSV(B) 337.14º 0.89% 0.65% -
XYZ 17.23 9.08 7.5 -
YUV 69.34 131.2 196.95 -
System Red Green Blue C M Y K H S L
Decimal 166 19 75 0 0.89 0.55 0.35 337.14 0.79 0.36
Hex A6 13 4B 0 59 37 23 151 4F 24
Octal 246 23 113 0 131 67 43 521 117 44
Binary 10100110 10011 1001011 0 1011001 110111 100011 101010001 1001111 100100

Color Harmonies of #A6134B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6134B

Black with #A6134B

Text Example


Text Example

White with #A6134B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6134B; }

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

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

background-color css

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

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

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

border-color css

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

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

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