Html Css Color HEX #A7004D Jazzberry Jam

📋 copy color: '#A7004D'

red 167 ◦ green 0 ◦ blue 77

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

Shades of Jazzberry Jam #A7004D

Tints of Jazzberry Jam #A7004D

RGB

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

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

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

R = 68.44%
G = 0%
B = 31.56%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.54

 K value IS 0.35

RGB Variations

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

Color information

#A7004D (or 0xA7004D) is known color: Jazzberry Jam. HEX triplet: A7, 00 and 4D. RGB value is (167,0,77). Sum of RGB (Red+Green+Blue) = 167+0+77=244 (32% of max value = 765). Red value is 167 (65.62% from 255 or 68.44% from 244); Green value is 0 (0.39% from 255 or 0% from 244); Blue value is 77 (30.47% from 255 or 31.56% from 244); Max value from RGB is 167 - color contains mainly: red. Hex color #A7004D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A7004D is #58FFB2. Grayscale: #3A3A3A. Windows color (decimal): -5832627 or 5046439. OLE color: 5046439.

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

Color convert

RGB 167 0 77 -
CMYK 0 1 0.54 0.35
HSL 332.34º 1% 0.33% -
HSV(B) 332.34º 1% 0.65% -
XYZ 17.28 8.75 7.8 -
YUV 58.71 138.33 205.24 -
System Red Green Blue C M Y K H S L
Decimal 167 0 77 0 1 0.54 0.35 332.34 1 0.33
Hex A7 0 4D 0 64 36 23 14C 64 21
Octal 247 0 115 0 144 66 43 514 144 41
Binary 10100111 0 1001101 0 1100100 110110 100011 101001100 1100100 100001

Color Harmonies of #A7004D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7004D

Black with #A7004D

Text Example


Text Example

White with #A7004D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7004D; }

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

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

background-color css

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

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

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

border-color css

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

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

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