Html Css Color HEX #A4094C Jazzberry Jam

📋 copy color: '#A4094C'

red 164 ◦ green 9 ◦ blue 76

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

Shades of Jazzberry Jam #A4094C

Tints of Jazzberry Jam #A4094C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.61%

 BLUE value IS 76 (30.08% from 255) = 30.52%

R = 65.86%
G = 3.61%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.54

 K value IS 0.36

RGB Variations

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

Color information

#A4094C (or 0xA4094C) is known color: Jazzberry Jam. HEX triplet: A4, 09 and 4C. RGB value is (164,9,76). Sum of RGB (Red+Green+Blue) = 164+9+76=249 (32% of max value = 765). Red value is 164 (64.45% from 255 or 65.86% from 249); Green value is 9 (3.91% from 255 or 3.61% from 249); Blue value is 76 (30.08% from 255 or 30.52% from 249); Max value from RGB is 164 - color contains mainly: red. Hex color #A4094C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A4094C is #5BF6B3. Grayscale: #3E3E3E. Windows color (decimal): -6026932 or 4983204. OLE color: 4983204.

HSL color Cylindrical-coordinate representation of color #A4094C: hue angle of 334.06º degrees, saturation: 0.9, 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 #A4094C is Cyan = 0, Magento = 0.95, Yellow = 0.54 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 9 76 -
CMYK 0 0.95 0.54 0.36
HSL 334.06º 0.9% 0.34% -
HSV(B) 334.06º 0.95% 0.64% -
XYZ 16.71 8.61 7.62 -
YUV 62.98 135.35 200.05 -
System Red Green Blue C M Y K H S L
Decimal 164 9 76 0 0.95 0.54 0.36 334.06 0.9 0.34
Hex A4 9 4C 0 5F 36 24 14E 5A 22
Octal 244 11 114 0 137 66 44 516 132 42
Binary 10100100 1001 1001100 0 1011111 110110 100100 101001110 1011010 100010

Color Harmonies of #A4094C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4094C

Black with #A4094C

Text Example


Text Example

White with #A4094C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4094C; }

 p { color: rgb(164,9,76); }

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

background-color css

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

 a { background-color: rgb(164,9,76); }

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

border-color css

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

 span { border-color: rgb(164,9,76); }

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