Html Css Color HEX #A70041 Jazzberry Jam

📋 copy color: '#A70041'

red 167 ◦ green 0 ◦ blue 65

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

Shades of Jazzberry Jam #A70041

Tints of Jazzberry Jam #A70041

RGB

 RED value IS 167 (65.63% from 255) = 71.98%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 65 (25.78% from 255) = 28.02%

R = 71.98%
G = 0%
B = 28.02%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#A70041 (or 0xA70041) is known color: Jazzberry Jam. HEX triplet: A7, 00 and 41. RGB value is (167,0,65). Sum of RGB (Red+Green+Blue) = 167+0+65=232 (30% of max value = 765). Red value is 167 (65.62% from 255 or 71.98% from 232); Green value is 0 (0.39% from 255 or 0% from 232); Blue value is 65 (25.78% from 255 or 28.02% from 232); Max value from RGB is 167 - color contains mainly: red. Hex color #A70041 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A70041 is #58FFBE. Grayscale: #393939. Windows color (decimal): -5832639 or 4260007. OLE color: 4260007.

HSL color Cylindrical-coordinate representation of color #A70041: hue angle of 336.65º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A70041 is Cyan = 0, Magento = 1, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 0 65 -
CMYK 0 1 0.61 0.35
HSL 336.65º 1% 0.33% -
HSV(B) 336.65º 1% 0.65% -
XYZ 16.89 8.6 5.77 -
YUV 57.34 132.33 206.21 -
System Red Green Blue C M Y K H S L
Decimal 167 0 65 0 1 0.61 0.35 336.65 1 0.33
Hex A7 0 41 0 64 3D 23 151 64 21
Octal 247 0 101 0 144 75 43 521 144 41
Binary 10100111 0 1000001 0 1100100 111101 100011 101010001 1100100 100001

Color Harmonies of #A70041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70041

Black with #A70041

Text Example


Text Example

White with #A70041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70041; }

 p { color: rgb(167,0,65); }

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

background-color css

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

 a { background-color: rgb(167,0,65); }

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

border-color css

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

 span { border-color: rgb(167,0,65); }

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