Html Css Color HEX #A4084D Jazzberry Jam

📋 copy color: '#A4084D'

red 164 ◦ green 8 ◦ blue 77

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

Shades of Jazzberry Jam #A4084D

Tints of Jazzberry Jam #A4084D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.21%

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

R = 65.86%
G = 3.21%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.53

 K value IS 0.36

RGB Variations

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

Color information

#A4084D (or 0xA4084D) is known color: Jazzberry Jam. HEX triplet: A4, 08 and 4D. RGB value is (164,8,77). Sum of RGB (Red+Green+Blue) = 164+8+77=249 (32% of max value = 765). Red value is 164 (64.45% from 255 or 65.86% from 249); Green value is 8 (3.52% from 255 or 3.21% from 249); Blue value is 77 (30.47% from 255 or 30.92% from 249); Max value from RGB is 164 - color contains mainly: red. Hex color #A4084D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A4084D is #5BF7B2. Grayscale: #3E3E3E. Windows color (decimal): -6027187 or 5048484. OLE color: 5048484.

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

Color convert

RGB 164 8 77 -
CMYK 0 0.95 0.53 0.36
HSL 333.46º 0.91% 0.34% -
HSV(B) 333.46º 0.95% 0.64% -
XYZ 16.74 8.6 7.8 -
YUV 62.51 136.18 200.39 -
System Red Green Blue C M Y K H S L
Decimal 164 8 77 0 0.95 0.53 0.36 333.46 0.91 0.34
Hex A4 8 4D 0 5F 35 24 14D 5B 22
Octal 244 10 115 0 137 65 44 515 133 42
Binary 10100100 1000 1001101 0 1011111 110101 100100 101001101 1011011 100010

Color Harmonies of #A4084D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4084D

Black with #A4084D

Text Example


Text Example

White with #A4084D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4084D; }

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

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

background-color css

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

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

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

border-color css

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

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

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