Html Css Color HEX #A1125D Jazzberry Jam

📋 copy color: '#A1125D'

red 161 ◦ green 18 ◦ blue 93

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

Shades of Jazzberry Jam #A1125D

Tints of Jazzberry Jam #A1125D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 34.19%

R = 59.19%
G = 6.62%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.42

 K value IS 0.37

RGB Variations

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

Color information

#A1125D (or 0xA1125D) is known color: Jazzberry Jam. HEX triplet: A1, 12 and 5D. RGB value is (161,18,93). Sum of RGB (Red+Green+Blue) = 161+18+93=272 (36% of max value = 765). Red value is 161 (63.28% from 255 or 59.19% from 272); Green value is 18 (7.42% from 255 or 6.62% from 272); Blue value is 93 (36.72% from 255 or 34.19% from 272); Max value from RGB is 161 - color contains mainly: red. Hex color #A1125D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1125D is #5EEDA2. Grayscale: #454545. Windows color (decimal): -6221219 or 6099617. OLE color: 6099617.

HSL color Cylindrical-coordinate representation of color #A1125D: hue angle of 328.53º 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 #A1125D is Cyan = 0, Magento = 0.89, Yellow = 0.42 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 18 93 -
CMYK 0 0.89 0.42 0.37
HSL 328.53º 0.8% 0.35% -
HSV(B) 328.53º 0.89% 0.63% -
XYZ 16.89 8.8 11.16 -
YUV 69.31 141.38 193.4 -
System Red Green Blue C M Y K H S L
Decimal 161 18 93 0 0.89 0.42 0.37 328.53 0.8 0.35
Hex A1 12 5D 0 59 2A 25 149 50 23
Octal 241 22 135 0 131 52 45 511 120 43
Binary 10100001 10010 1011101 0 1011001 101010 100101 101001001 1010000 100011

Color Harmonies of #A1125D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1125D

Black with #A1125D

Text Example


Text Example

White with #A1125D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1125D; }

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

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

background-color css

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

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

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

border-color css

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

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

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