Html Css Color HEX #A1074F Jazzberry Jam

📋 copy color: '#A1074F'

red 161 ◦ green 7 ◦ blue 79

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

Shades of Jazzberry Jam #A1074F

Tints of Jazzberry Jam #A1074F

RGB

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

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

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

R = 65.18%
G = 2.83%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.51

 K value IS 0.37

RGB Variations

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

Color information

#A1074F (or 0xA1074F) is known color: Jazzberry Jam. HEX triplet: A1, 07 and 4F. RGB value is (161,7,79). Sum of RGB (Red+Green+Blue) = 161+7+79=247 (32% of max value = 765). Red value is 161 (63.28% from 255 or 65.18% from 247); Green value is 7 (3.12% from 255 or 2.83% from 247); Blue value is 79 (31.25% from 255 or 31.98% from 247); Max value from RGB is 161 - color contains mainly: red. Hex color #A1074F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1074F is #5EF8B0. Grayscale: #3D3D3D. Windows color (decimal): -6224049 or 5179297. OLE color: 5179297.

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

Color convert

RGB 161 7 79 -
CMYK 0 0.96 0.51 0.37
HSL 331.95º 0.92% 0.33% -
HSV(B) 331.95º 0.96% 0.63% -
XYZ 16.19 8.29 8.14 -
YUV 61.25 138.02 199.15 -
System Red Green Blue C M Y K H S L
Decimal 161 7 79 0 0.96 0.51 0.37 331.95 0.92 0.33
Hex A1 7 4F 0 60 33 25 14C 5C 21
Octal 241 7 117 0 140 63 45 514 134 41
Binary 10100001 111 1001111 0 1100000 110011 100101 101001100 1011100 100001

Color Harmonies of #A1074F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1074F

Black with #A1074F

Text Example


Text Example

White with #A1074F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1074F; }

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

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

background-color css

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

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

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

border-color css

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

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

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