Html Css Color HEX #A7004B Jazzberry Jam

📋 copy color: '#A7004B'

red 167 ◦ green 0 ◦ blue 75

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

Shades of Jazzberry Jam #A7004B

Tints of Jazzberry Jam #A7004B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 30.99%

R = 69.01%
G = 0%
B = 30.99%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.55

 K value IS 0.35

RGB Variations

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

Color information

#A7004B (or 0xA7004B) is known color: Jazzberry Jam. HEX triplet: A7, 00 and 4B. RGB value is (167,0,75). Sum of RGB (Red+Green+Blue) = 167+0+75=242 (32% of max value = 765). Red value is 167 (65.62% from 255 or 69.01% from 242); Green value is 0 (0.39% from 255 or 0% from 242); Blue value is 75 (29.69% from 255 or 30.99% from 242); Max value from RGB is 167 - color contains mainly: red. Hex color #A7004B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A7004B is #58FFB4. Grayscale: #3A3A3A. Windows color (decimal): -5832629 or 4915367. OLE color: 4915367.

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

Color convert

RGB 167 0 75 -
CMYK 0 1 0.55 0.35
HSL 333.05º 1% 0.33% -
HSV(B) 333.05º 1% 0.65% -
XYZ 17.21 8.72 7.43 -
YUV 58.48 137.33 205.4 -
System Red Green Blue C M Y K H S L
Decimal 167 0 75 0 1 0.55 0.35 333.05 1 0.33
Hex A7 0 4B 0 64 37 23 14D 64 21
Octal 247 0 113 0 144 67 43 515 144 41
Binary 10100111 0 1001011 0 1100100 110111 100011 101001101 1100100 100001

Color Harmonies of #A7004B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7004B

Black with #A7004B

Text Example


Text Example

White with #A7004B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7004B; }

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

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

background-color css

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

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

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

border-color css

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

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

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