Html Css Color HEX #A1124F Jazzberry Jam

📋 copy color: '#A1124F'

red 161 ◦ green 18 ◦ blue 79

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

Shades of Jazzberry Jam #A1124F

Tints of Jazzberry Jam #A1124F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.98%

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

R = 62.4%
G = 6.98%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.51

 K value IS 0.37

RGB Variations

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

Color information

#A1124F (or 0xA1124F) is known color: Jazzberry Jam. HEX triplet: A1, 12 and 4F. RGB value is (161,18,79). Sum of RGB (Red+Green+Blue) = 161+18+79=258 (34% of max value = 765). Red value is 161 (63.28% from 255 or 62.40% from 258); Green value is 18 (7.42% from 255 or 6.98% from 258); Blue value is 79 (31.25% from 255 or 30.62% from 258); Max value from RGB is 161 - color contains mainly: red. Hex color #A1124F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1124F is #5EEDB0. Grayscale: #434343. Windows color (decimal): -6221233 or 5182113. OLE color: 5182113.

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

Color convert

RGB 161 18 79 -
CMYK 0 0.89 0.51 0.37
HSL 334.41º 0.8% 0.35% -
HSV(B) 334.41º 0.89% 0.63% -
XYZ 16.33 8.57 8.19 -
YUV 67.71 134.38 194.54 -
System Red Green Blue C M Y K H S L
Decimal 161 18 79 0 0.89 0.51 0.37 334.41 0.8 0.35
Hex A1 12 4F 0 59 33 25 14E 50 23
Octal 241 22 117 0 131 63 45 516 120 43
Binary 10100001 10010 1001111 0 1011001 110011 100101 101001110 1010000 100011

Color Harmonies of #A1124F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1124F

Black with #A1124F

Text Example


Text Example

White with #A1124F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1124F; }

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

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

background-color css

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

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

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

border-color css

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

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

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