Html Css Color HEX #A6266D Jazzberry Jam

📋 copy color: '#A6266D'

red 166 ◦ green 38 ◦ blue 109

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

Shades of Jazzberry Jam #A6266D

Tints of Jazzberry Jam #A6266D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.14%

 BLUE value IS 109 (42.97% from 255) = 34.82%

R = 53.04%
G = 12.14%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.34

 K value IS 0.35

RGB Variations

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

Color information

#A6266D (or 0xA6266D) is known color: Jazzberry Jam. HEX triplet: A6, 26 and 6D. RGB value is (166,38,109). Sum of RGB (Red+Green+Blue) = 166+38+109=313 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.04% from 313); Green value is 38 (15.23% from 255 or 12.14% from 313); Blue value is 109 (42.97% from 255 or 34.82% from 313); Max value from RGB is 166 - color contains mainly: red. Hex color #A6266D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6266D is #59D992. Grayscale: #545454. Windows color (decimal): -5888403 or 7153318. OLE color: 7153318.

HSL color Cylindrical-coordinate representation of color #A6266D: hue angle of 326.72º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A6266D is Cyan = 0, Magento = 0.77, Yellow = 0.34 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 38 109 -
CMYK 0 0.77 0.34 0.35
HSL 326.72º 0.63% 0.4% -
HSV(B) 326.72º 0.77% 0.65% -
XYZ 19.18 10.6 15.5 -
YUV 84.37 141.91 186.23 -
System Red Green Blue C M Y K H S L
Decimal 166 38 109 0 0.77 0.34 0.35 326.72 0.63 0.4
Hex A6 26 6D 0 4D 22 23 147 3F 28
Octal 246 46 155 0 115 42 43 507 77 50
Binary 10100110 100110 1101101 0 1001101 100010 100011 101000111 111111 101000

Color Harmonies of #A6266D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6266D

Black with #A6266D

Text Example


Text Example

White with #A6266D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6266D; }

 p { color: rgb(166,38,109); }

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

background-color css

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

 a { background-color: rgb(166,38,109); }

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

border-color css

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

 span { border-color: rgb(166,38,109); }

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