Html Css Color HEX #A7053B Jazzberry Jam

📋 copy color: '#A7053B'

red 167 ◦ green 5 ◦ blue 59

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

Shades of Jazzberry Jam #A7053B

Tints of Jazzberry Jam #A7053B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.16%

 BLUE value IS 59 (23.44% from 255) = 25.54%

R = 72.29%
G = 2.16%
B = 25.54%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.65

 K value IS 0.35

RGB Variations

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

Color information

#A7053B (or 0xA7053B) is known color: Jazzberry Jam. HEX triplet: A7, 05 and 3B. RGB value is (167,5,59). Sum of RGB (Red+Green+Blue) = 167+5+59=231 (30% of max value = 765). Red value is 167 (65.62% from 255 or 72.29% from 231); Green value is 5 (2.34% from 255 or 2.16% from 231); Blue value is 59 (23.44% from 255 or 25.54% from 231); Max value from RGB is 167 - color contains mainly: red. Hex color #A7053B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A7053B is #58FAC4. Grayscale: #3B3B3B. Windows color (decimal): -5831365 or 3868071. OLE color: 3868071.

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

Color convert

RGB 167 5 59 -
CMYK 0 0.97 0.65 0.35
HSL 340º 0.94% 0.34% -
HSV(B) 340º 0.97% 0.65% -
XYZ 16.78 8.64 4.92 -
YUV 59.59 127.67 204.61 -
System Red Green Blue C M Y K H S L
Decimal 167 5 59 0 0.97 0.65 0.35 340 0.94 0.34
Hex A7 5 3B 0 61 41 23 154 5E 22
Octal 247 5 73 0 141 101 43 524 136 42
Binary 10100111 101 111011 0 1100001 1000001 100011 101010100 1011110 100010

Color Harmonies of #A7053B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7053B

Black with #A7053B

Text Example


Text Example

White with #A7053B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7053B; }

 p { color: rgb(167,5,59); }

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

background-color css

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

 a { background-color: rgb(167,5,59); }

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

border-color css

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

 span { border-color: rgb(167,5,59); }

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