Html Css Color HEX #A4114B Jazzberry Jam

📋 copy color: '#A4114B'

red 164 ◦ green 17 ◦ blue 75

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

Shades of Jazzberry Jam #A4114B

Tints of Jazzberry Jam #A4114B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.64%

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

R = 64.06%
G = 6.64%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.54

 K value IS 0.36

RGB Variations

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

Color information

#A4114B (or 0xA4114B) is known color: Jazzberry Jam. HEX triplet: A4, 11 and 4B. RGB value is (164,17,75). Sum of RGB (Red+Green+Blue) = 164+17+75=256 (33% of max value = 765). Red value is 164 (64.45% from 255 or 64.06% from 256); Green value is 17 (7.03% from 255 or 6.64% from 256); Blue value is 75 (29.69% from 255 or 29.30% from 256); Max value from RGB is 164 - color contains mainly: red. Hex color #A4114B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A4114B is #5BEEB4. Grayscale: #434343. Windows color (decimal): -6024885 or 4919716. OLE color: 4919716.

HSL color Cylindrical-coordinate representation of color #A4114B: hue angle of 336.33º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A4114B is Cyan = 0, Magento = 0.90, Yellow = 0.54 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 17 75 -
CMYK 0 0.90 0.54 0.36
HSL 336.33º 0.81% 0.35% -
HSV(B) 336.33º 0.9% 0.64% -
XYZ 16.78 8.8 7.47 -
YUV 67.57 132.2 196.78 -
System Red Green Blue C M Y K H S L
Decimal 164 17 75 0 0.90 0.54 0.36 336.33 0.81 0.35
Hex A4 11 4B 0 5A 36 24 150 51 23
Octal 244 21 113 0 132 66 44 520 121 43
Binary 10100100 10001 1001011 0 1011010 110110 100100 101010000 1010001 100011

Color Harmonies of #A4114B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4114B

Black with #A4114B

Text Example


Text Example

White with #A4114B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4114B; }

 p { color: rgb(164,17,75); }

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

background-color css

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

 a { background-color: rgb(164,17,75); }

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

border-color css

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

 span { border-color: rgb(164,17,75); }

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