Html Css Color HEX #A40141 Jazzberry Jam

📋 copy color: '#A40141'

red 164 ◦ green 1 ◦ blue 65

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

Shades of Jazzberry Jam #A40141

Tints of Jazzberry Jam #A40141

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.43%

 BLUE value IS 65 (25.78% from 255) = 28.26%

R = 71.3%
G = 0.43%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#A40141 (or 0xA40141) is known color: Jazzberry Jam. HEX triplet: A4, 01 and 41. RGB value is (164,1,65). Sum of RGB (Red+Green+Blue) = 164+1+65=230 (30% of max value = 765). Red value is 164 (64.45% from 255 or 71.30% from 230); Green value is 1 (0.78% from 255 or 0.43% from 230); Blue value is 65 (25.78% from 255 or 28.26% from 230); Max value from RGB is 164 - color contains mainly: red. Hex color #A40141 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A40141 is #5BFEBE. Grayscale: #383838. Windows color (decimal): -6028991 or 4260260. OLE color: 4260260.

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

Color convert

RGB 164 1 65 -
CMYK 0 0.99 0.60 0.36
HSL 336.44º 0.99% 0.32% -
HSV(B) 336.44º 0.99% 0.64% -
XYZ 16.27 8.3 5.74 -
YUV 57.03 132.5 204.3 -
System Red Green Blue C M Y K H S L
Decimal 164 1 65 0 0.99 0.60 0.36 336.44 0.99 0.32
Hex A4 1 41 0 63 3C 24 150 63 20
Octal 244 1 101 0 143 74 44 520 143 40
Binary 10100100 1 1000001 0 1100011 111100 100100 101010000 1100011 100000

Color Harmonies of #A40141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40141

Black with #A40141

Text Example


Text Example

White with #A40141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40141; }

 p { color: rgb(164,1,65); }

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

background-color css

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

 a { background-color: rgb(164,1,65); }

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

border-color css

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

 span { border-color: rgb(164,1,65); }

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