Html Css Color HEX #A1174F Jazzberry Jam

📋 copy color: '#A1174F'

red 161 ◦ green 23 ◦ blue 79

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

Shades of Jazzberry Jam #A1174F

Tints of Jazzberry Jam #A1174F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.75%

 BLUE value IS 79 (31.25% from 255) = 30.04%

R = 61.22%
G = 8.75%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.51

 K value IS 0.37

RGB Variations

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

Color information

#A1174F (or 0xA1174F) is known color: Jazzberry Jam. HEX triplet: A1, 17 and 4F. RGB value is (161,23,79). Sum of RGB (Red+Green+Blue) = 161+23+79=263 (34% of max value = 765). Red value is 161 (63.28% from 255 or 61.22% from 263); Green value is 23 (9.38% from 255 or 8.75% from 263); Blue value is 79 (31.25% from 255 or 30.04% from 263); Max value from RGB is 161 - color contains mainly: red. Hex color #A1174F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1174F is #5EE8B0. Grayscale: #464646. Windows color (decimal): -6219953 or 5183393. OLE color: 5183393.

HSL color Cylindrical-coordinate representation of color #A1174F: hue angle of 335.65º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A1174F is Cyan = 0, Magento = 0.86, Yellow = 0.51 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 23 79 -
CMYK 0 0.86 0.51 0.37
HSL 335.65º 0.75% 0.36% -
HSV(B) 335.65º 0.86% 0.63% -
XYZ 16.42 8.75 8.22 -
YUV 70.65 132.72 192.45 -
System Red Green Blue C M Y K H S L
Decimal 161 23 79 0 0.86 0.51 0.37 335.65 0.75 0.36
Hex A1 17 4F 0 56 33 25 150 4B 24
Octal 241 27 117 0 126 63 45 520 113 44
Binary 10100001 10111 1001111 0 1010110 110011 100101 101010000 1001011 100100

Color Harmonies of #A1174F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1174F

Black with #A1174F

Text Example


Text Example

White with #A1174F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1174F; }

 p { color: rgb(161,23,79); }

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

background-color css

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

 a { background-color: rgb(161,23,79); }

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

border-color css

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

 span { border-color: rgb(161,23,79); }

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