Html Css Color HEX #A7053C Jazzberry Jam

📋 copy color: '#A7053C'

red 167 ◦ green 5 ◦ blue 60

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

Shades of Jazzberry Jam #A7053C

Tints of Jazzberry Jam #A7053C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 25.86%

R = 71.98%
G = 2.16%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.64

 K value IS 0.35

RGB Variations

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

Color information

#A7053C (or 0xA7053C) is known color: Jazzberry Jam. HEX triplet: A7, 05 and 3C. RGB value is (167,5,60). Sum of RGB (Red+Green+Blue) = 167+5+60=232 (30% of max value = 765). Red value is 167 (65.62% from 255 or 71.98% from 232); Green value is 5 (2.34% from 255 or 2.16% from 232); Blue value is 60 (23.83% from 255 or 25.86% from 232); Max value from RGB is 167 - color contains mainly: red. Hex color #A7053C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A7053C is #58FAC3. Grayscale: #3B3B3B. Windows color (decimal): -5831364 or 3933607. OLE color: 3933607.

HSL color Cylindrical-coordinate representation of color #A7053C: hue angle of 339.63º 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 #A7053C is Cyan = 0, Magento = 0.97, Yellow = 0.64 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 5 60 -
CMYK 0 0.97 0.64 0.35
HSL 339.63º 0.94% 0.34% -
HSV(B) 339.63º 0.97% 0.65% -
XYZ 16.81 8.65 5.06 -
YUV 59.71 128.17 204.53 -
System Red Green Blue C M Y K H S L
Decimal 167 5 60 0 0.97 0.64 0.35 339.63 0.94 0.34
Hex A7 5 3C 0 61 40 23 154 5E 22
Octal 247 5 74 0 141 100 43 524 136 42
Binary 10100111 101 111100 0 1100001 1000000 100011 101010100 1011110 100010

Color Harmonies of #A7053C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7053C

Black with #A7053C

Text Example


Text Example

White with #A7053C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7053C; }

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

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

background-color css

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

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

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

border-color css

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

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

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