Html Css Color HEX #A7014D Jazzberry Jam

📋 copy color: '#A7014D'

red 167 ◦ green 1 ◦ blue 77

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

Shades of Jazzberry Jam #A7014D

Tints of Jazzberry Jam #A7014D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 31.43%

R = 68.16%
G = 0.41%
B = 31.43%

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

#A7014D (or 0xA7014D) is known color: Jazzberry Jam. HEX triplet: A7, 01 and 4D. RGB value is (167,1,77). Sum of RGB (Red+Green+Blue) = 167+1+77=245 (32% of max value = 765). Red value is 167 (65.62% from 255 or 68.16% from 245); Green value is 1 (0.78% from 255 or 0.41% from 245); Blue value is 77 (30.47% from 255 or 31.43% from 245); Max value from RGB is 167 - color contains mainly: red. Hex color #A7014D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A7014D is #58FEB2. Grayscale: #3B3B3B. Windows color (decimal): -5832371 or 5046695. OLE color: 5046695.

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

Color convert

RGB 167 1 77 -
CMYK 0 0.99 0.54 0.35
HSL 332.53º 0.99% 0.33% -
HSV(B) 332.53º 0.99% 0.65% -
XYZ 17.29 8.77 7.8 -
YUV 59.3 138 204.82 -
System Red Green Blue C M Y K H S L
Decimal 167 1 77 0 0.99 0.54 0.35 332.53 0.99 0.33
Hex A7 1 4D 0 63 36 23 14D 63 21
Octal 247 1 115 0 143 66 43 515 143 41
Binary 10100111 1 1001101 0 1100011 110110 100011 101001101 1100011 100001

Color Harmonies of #A7014D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7014D

Black with #A7014D

Text Example


Text Example

White with #A7014D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7014D; }

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

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

background-color css

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

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

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

border-color css

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

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

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