Html Css Color HEX #A1276F Jazzberry Jam

📋 copy color: '#A1276F'

red 161 ◦ green 39 ◦ blue 111

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

Shades of Jazzberry Jam #A1276F

Tints of Jazzberry Jam #A1276F

RGB

 RED value IS 161 (63.28% from 255) = 51.77%

 GREEN value IS 39 (15.63% from 255) = 12.54%

 BLUE value IS 111 (43.75% from 255) = 35.69%

R = 51.77%
G = 12.54%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.31

 K value IS 0.37

RGB Variations

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

Color information

#A1276F (or 0xA1276F) is known color: Jazzberry Jam. HEX triplet: A1, 27 and 6F. RGB value is (161,39,111). Sum of RGB (Red+Green+Blue) = 161+39+111=311 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.77% from 311); Green value is 39 (15.62% from 255 or 12.54% from 311); Blue value is 111 (43.75% from 255 or 35.69% from 311); Max value from RGB is 161 - color contains mainly: red. Hex color #A1276F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1276F is #5ED890. Grayscale: #535353. Windows color (decimal): -6215825 or 7284641. OLE color: 7284641.

HSL color Cylindrical-coordinate representation of color #A1276F: hue angle of 324.59º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A1276F is Cyan = 0, Magento = 0.76, Yellow = 0.31 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 39 111 -
CMYK 0 0.76 0.31 0.37
HSL 324.59º 0.61% 0.39% -
HSV(B) 324.59º 0.76% 0.63% -
XYZ 18.29 10.18 16.04 -
YUV 83.69 143.42 183.15 -
System Red Green Blue C M Y K H S L
Decimal 161 39 111 0 0.76 0.31 0.37 324.59 0.61 0.39
Hex A1 27 6F 0 4C 1F 25 145 3D 27
Octal 241 47 157 0 114 37 45 505 75 47
Binary 10100001 100111 1101111 0 1001100 11111 100101 101000101 111101 100111

Color Harmonies of #A1276F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1276F

Black with #A1276F

Text Example


Text Example

White with #A1276F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1276F; }

 p { color: rgb(161,39,111); }

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

background-color css

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

 a { background-color: rgb(161,39,111); }

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

border-color css

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

 span { border-color: rgb(161,39,111); }

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