Html Css Color HEX #A6104B Jazzberry Jam

📋 copy color: '#A6104B'

red 166 ◦ green 16 ◦ blue 75

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

Shades of Jazzberry Jam #A6104B

Tints of Jazzberry Jam #A6104B

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.23%

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

R = 64.59%
G = 6.23%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.55

 K value IS 0.35

RGB Variations

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

Color information

#A6104B (or 0xA6104B) is known color: Jazzberry Jam. HEX triplet: A6, 10 and 4B. RGB value is (166,16,75). Sum of RGB (Red+Green+Blue) = 166+16+75=257 (34% of max value = 765). Red value is 166 (65.23% from 255 or 64.59% from 257); Green value is 16 (6.64% from 255 or 6.23% from 257); Blue value is 75 (29.69% from 255 or 29.18% from 257); Max value from RGB is 166 - color contains mainly: red. Hex color #A6104B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6104B is #59EFB4. Grayscale: #434343. Windows color (decimal): -5894069 or 4919462. OLE color: 4919462.

HSL color Cylindrical-coordinate representation of color #A6104B: hue angle of 336.4º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A6104B is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 16 75 -
CMYK 0 0.90 0.55 0.35
HSL 336.4º 0.82% 0.36% -
HSV(B) 336.4º 0.9% 0.65% -
XYZ 17.18 8.99 7.49 -
YUV 67.58 132.2 198.2 -
System Red Green Blue C M Y K H S L
Decimal 166 16 75 0 0.90 0.55 0.35 336.4 0.82 0.36
Hex A6 10 4B 0 5A 37 23 150 52 24
Octal 246 20 113 0 132 67 43 520 122 44
Binary 10100110 10000 1001011 0 1011010 110111 100011 101010000 1010010 100100

Color Harmonies of #A6104B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6104B

Black with #A6104B

Text Example


Text Example

White with #A6104B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6104B; }

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

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

background-color css

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

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

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

border-color css

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

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

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