Html Css Color HEX #A6114B Jazzberry Jam

📋 copy color: '#A6114B'

red 166 ◦ green 17 ◦ blue 75

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

Shades of Jazzberry Jam #A6114B

Tints of Jazzberry Jam #A6114B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.59%

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

R = 64.34%
G = 6.59%
B = 29.07%

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

#A6114B (or 0xA6114B) is known color: Jazzberry Jam. HEX triplet: A6, 11 and 4B. RGB value is (166,17,75). Sum of RGB (Red+Green+Blue) = 166+17+75=258 (34% of max value = 765). Red value is 166 (65.23% from 255 or 64.34% from 258); Green value is 17 (7.03% from 255 or 6.59% from 258); Blue value is 75 (29.69% from 255 or 29.07% from 258); Max value from RGB is 166 - color contains mainly: red. Hex color #A6114B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6114B is #59EEB4. Grayscale: #444444. Windows color (decimal): -5893813 or 4919718. OLE color: 4919718.

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

Color convert

RGB 166 17 75 -
CMYK 0 0.90 0.55 0.35
HSL 336.64º 0.81% 0.36% -
HSV(B) 336.64º 0.9% 0.65% -
XYZ 17.2 9.02 7.49 -
YUV 68.16 131.86 197.78 -
System Red Green Blue C M Y K H S L
Decimal 166 17 75 0 0.90 0.55 0.35 336.64 0.81 0.36
Hex A6 11 4B 0 5A 37 23 151 51 24
Octal 246 21 113 0 132 67 43 521 121 44
Binary 10100110 10001 1001011 0 1011010 110111 100011 101010001 1010001 100100

Color Harmonies of #A6114B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6114B

Black with #A6114B

Text Example


Text Example

White with #A6114B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6114B; }

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

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

background-color css

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

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

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

border-color css

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

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

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