Html Css Color HEX #A1074B Jazzberry Jam

📋 copy color: '#A1074B'

red 161 ◦ green 7 ◦ blue 75

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

Shades of Jazzberry Jam #A1074B

Tints of Jazzberry Jam #A1074B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.88%

 BLUE value IS 75 (29.69% from 255) = 30.86%

R = 66.26%
G = 2.88%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.53

 K value IS 0.37

RGB Variations

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

Color information

#A1074B (or 0xA1074B) is known color: Jazzberry Jam. HEX triplet: A1, 07 and 4B. RGB value is (161,7,75). Sum of RGB (Red+Green+Blue) = 161+7+75=243 (32% of max value = 765). Red value is 161 (63.28% from 255 or 66.26% from 243); Green value is 7 (3.12% from 255 or 2.88% from 243); Blue value is 75 (29.69% from 255 or 30.86% from 243); Max value from RGB is 161 - color contains mainly: red. Hex color #A1074B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1074B is #5EF8B4. Grayscale: #3C3C3C. Windows color (decimal): -6224053 or 4917153. OLE color: 4917153.

HSL color Cylindrical-coordinate representation of color #A1074B: hue angle of 333.51º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A1074B is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 7 75 -
CMYK 0 0.96 0.53 0.37
HSL 333.51º 0.92% 0.33% -
HSV(B) 333.51º 0.96% 0.63% -
XYZ 16.04 8.24 7.4 -
YUV 60.8 136.02 199.47 -
System Red Green Blue C M Y K H S L
Decimal 161 7 75 0 0.96 0.53 0.37 333.51 0.92 0.33
Hex A1 7 4B 0 60 35 25 14E 5C 21
Octal 241 7 113 0 140 65 45 516 134 41
Binary 10100001 111 1001011 0 1100000 110101 100101 101001110 1011100 100001

Color Harmonies of #A1074B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1074B

Black with #A1074B

Text Example


Text Example

White with #A1074B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1074B; }

 p { color: rgb(161,7,75); }

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

background-color css

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

 a { background-color: rgb(161,7,75); }

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

border-color css

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

 span { border-color: rgb(161,7,75); }

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