Html Css Color HEX #A7014C Jazzberry Jam

📋 copy color: '#A7014C'

red 167 ◦ green 1 ◦ blue 76

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

Shades of Jazzberry Jam #A7014C

Tints of Jazzberry Jam #A7014C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.41%

 BLUE value IS 76 (30.08% from 255) = 31.15%

R = 68.44%
G = 0.41%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.54

 K value IS 0.35

RGB Variations

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

Color information

#A7014C (or 0xA7014C) is known color: Jazzberry Jam. HEX triplet: A7, 01 and 4C. RGB value is (167,1,76). Sum of RGB (Red+Green+Blue) = 167+1+76=244 (32% of max value = 765). Red value is 167 (65.62% from 255 or 68.44% from 244); Green value is 1 (0.78% from 255 or 0.41% from 244); Blue value is 76 (30.08% from 255 or 31.15% from 244); Max value from RGB is 167 - color contains mainly: red. Hex color #A7014C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A7014C is #58FEB3. Grayscale: #3B3B3B. Windows color (decimal): -5832372 or 4981159. OLE color: 4981159.

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

Color convert

RGB 167 1 76 -
CMYK 0 0.99 0.54 0.35
HSL 332.89º 0.99% 0.33% -
HSV(B) 332.89º 0.99% 0.65% -
XYZ 17.25 8.76 7.62 -
YUV 59.18 137.5 204.9 -
System Red Green Blue C M Y K H S L
Decimal 167 1 76 0 0.99 0.54 0.35 332.89 0.99 0.33
Hex A7 1 4C 0 63 36 23 14D 63 21
Octal 247 1 114 0 143 66 43 515 143 41
Binary 10100111 1 1001100 0 1100011 110110 100011 101001101 1100011 100001

Color Harmonies of #A7014C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7014C

Black with #A7014C

Text Example


Text Example

White with #A7014C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7014C; }

 p { color: rgb(167,1,76); }

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

background-color css

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

 a { background-color: rgb(167,1,76); }

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

border-color css

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

 span { border-color: rgb(167,1,76); }

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