Html Css Color HEX #A41243 Jazzberry Jam

📋 copy color: '#A41243'

red 164 ◦ green 18 ◦ blue 67

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

Shades of Jazzberry Jam #A41243

Tints of Jazzberry Jam #A41243

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.23%

 BLUE value IS 67 (26.56% from 255) = 26.91%

R = 65.86%
G = 7.23%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.59

 K value IS 0.36

RGB Variations

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

Color information

#A41243 (or 0xA41243) is known color: Jazzberry Jam. HEX triplet: A4, 12 and 43. RGB value is (164,18,67). Sum of RGB (Red+Green+Blue) = 164+18+67=249 (32% of max value = 765). Red value is 164 (64.45% from 255 or 65.86% from 249); Green value is 18 (7.42% from 255 or 7.23% from 249); Blue value is 67 (26.56% from 255 or 26.91% from 249); Max value from RGB is 164 - color contains mainly: red. Hex color #A41243 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A41243 is #5BEDBC. Grayscale: #434343. Windows color (decimal): -6024637 or 4395684. OLE color: 4395684.

HSL color Cylindrical-coordinate representation of color #A41243: hue angle of 339.86º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A41243 is Cyan = 0, Magento = 0.89, Yellow = 0.59 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 18 67 -
CMYK 0 0.89 0.59 0.36
HSL 339.86º 0.8% 0.36% -
HSV(B) 339.86º 0.89% 0.64% -
XYZ 16.54 8.73 6.12 -
YUV 67.24 127.87 197.02 -
System Red Green Blue C M Y K H S L
Decimal 164 18 67 0 0.89 0.59 0.36 339.86 0.8 0.36
Hex A4 12 43 0 59 3B 24 154 50 24
Octal 244 22 103 0 131 73 44 524 120 44
Binary 10100100 10010 1000011 0 1011001 111011 100100 101010100 1010000 100100

Color Harmonies of #A41243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41243

Black with #A41243

Text Example


Text Example

White with #A41243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41243; }

 p { color: rgb(164,18,67); }

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

background-color css

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

 a { background-color: rgb(164,18,67); }

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

border-color css

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

 span { border-color: rgb(164,18,67); }

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