Html Css Color HEX #A7266C Jazzberry Jam

📋 copy color: '#A7266C'

red 167 ◦ green 38 ◦ blue 108

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

Shades of Jazzberry Jam #A7266C

Tints of Jazzberry Jam #A7266C

RGB

 RED value IS 167 (65.63% from 255) = 53.35%

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

 BLUE value IS 108 (42.58% from 255) = 34.5%

R = 53.35%
G = 12.14%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.35

 K value IS 0.35

RGB Variations

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

Color information

#A7266C (or 0xA7266C) is known color: Jazzberry Jam. HEX triplet: A7, 26 and 6C. RGB value is (167,38,108). Sum of RGB (Red+Green+Blue) = 167+38+108=313 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.35% from 313); Green value is 38 (15.23% from 255 or 12.14% from 313); Blue value is 108 (42.58% from 255 or 34.50% from 313); Max value from RGB is 167 - color contains mainly: red. Hex color #A7266C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A7266C is #58D993. Grayscale: #545454. Windows color (decimal): -5822868 or 7087783. OLE color: 7087783.

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

Color convert

RGB 167 38 108 -
CMYK 0 0.77 0.35 0.35
HSL 327.44º 0.63% 0.4% -
HSV(B) 327.44º 0.77% 0.65% -
XYZ 19.34 10.68 15.23 -
YUV 84.55 141.24 186.81 -
System Red Green Blue C M Y K H S L
Decimal 167 38 108 0 0.77 0.35 0.35 327.44 0.63 0.4
Hex A7 26 6C 0 4D 23 23 147 3F 28
Octal 247 46 154 0 115 43 43 507 77 50
Binary 10100111 100110 1101100 0 1001101 100011 100011 101000111 111111 101000

Color Harmonies of #A7266C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7266C

Black with #A7266C

Text Example


Text Example

White with #A7266C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7266C; }

 p { color: rgb(167,38,108); }

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

background-color css

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

 a { background-color: rgb(167,38,108); }

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

border-color css

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

 span { border-color: rgb(167,38,108); }

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