Html Css Color HEX #A4074D Jazzberry Jam

📋 copy color: '#A4074D'

red 164 ◦ green 7 ◦ blue 77

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

Shades of Jazzberry Jam #A4074D

Tints of Jazzberry Jam #A4074D

RGB

 RED value IS 164 (64.45% from 255) = 66.13%

 GREEN value IS 7 (3.13% from 255) = 2.82%

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

R = 66.13%
G = 2.82%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.53

 K value IS 0.36

RGB Variations

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

Color information

#A4074D (or 0xA4074D) is known color: Jazzberry Jam. HEX triplet: A4, 07 and 4D. RGB value is (164,7,77). Sum of RGB (Red+Green+Blue) = 164+7+77=248 (32% of max value = 765). Red value is 164 (64.45% from 255 or 66.13% from 248); Green value is 7 (3.12% from 255 or 2.82% from 248); Blue value is 77 (30.47% from 255 or 31.05% from 248); Max value from RGB is 164 - color contains mainly: red. Hex color #A4074D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A4074D is #5BF8B2. Grayscale: #3D3D3D. Windows color (decimal): -6027443 or 5048228. OLE color: 5048228.

HSL color Cylindrical-coordinate representation of color #A4074D: hue angle of 333.25º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A4074D is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 7 77 -
CMYK 0 0.96 0.53 0.36
HSL 333.25º 0.92% 0.34% -
HSV(B) 333.25º 0.96% 0.64% -
XYZ 16.73 8.58 7.8 -
YUV 61.92 136.51 200.81 -
System Red Green Blue C M Y K H S L
Decimal 164 7 77 0 0.96 0.53 0.36 333.25 0.92 0.34
Hex A4 7 4D 0 60 35 24 14D 5C 22
Octal 244 7 115 0 140 65 44 515 134 42
Binary 10100100 111 1001101 0 1100000 110101 100100 101001101 1011100 100010

Color Harmonies of #A4074D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4074D

Black with #A4074D

Text Example


Text Example

White with #A4074D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4074D; }

 p { color: rgb(164,7,77); }

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

background-color css

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

 a { background-color: rgb(164,7,77); }

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

border-color css

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

 span { border-color: rgb(164,7,77); }

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