Html Css Color HEX #A40146 Jazzberry Jam

📋 copy color: '#A40146'

red 164 ◦ green 1 ◦ blue 70

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

Shades of Jazzberry Jam #A40146

Tints of Jazzberry Jam #A40146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 29.79%

R = 69.79%
G = 0.43%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.57

 K value IS 0.36

RGB Variations

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

Color information

#A40146 (or 0xA40146) is known color: Jazzberry Jam. HEX triplet: A4, 01 and 46. RGB value is (164,1,70). Sum of RGB (Red+Green+Blue) = 164+1+70=235 (31% of max value = 765). Red value is 164 (64.45% from 255 or 69.79% from 235); Green value is 1 (0.78% from 255 or 0.43% from 235); Blue value is 70 (27.73% from 255 or 29.79% from 235); Max value from RGB is 164 - color contains mainly: red. Hex color #A40146 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A40146 is #5BFEB9. Grayscale: #393939. Windows color (decimal): -6028986 or 4587940. OLE color: 4587940.

HSL color Cylindrical-coordinate representation of color #A40146: hue angle of 334.6º 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 #A40146 is Cyan = 0, Magento = 0.99, Yellow = 0.57 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 1 70 -
CMYK 0 0.99 0.57 0.36
HSL 334.6º 0.99% 0.32% -
HSV(B) 334.6º 0.99% 0.64% -
XYZ 16.43 8.36 6.54 -
YUV 57.6 135 203.89 -
System Red Green Blue C M Y K H S L
Decimal 164 1 70 0 0.99 0.57 0.36 334.6 0.99 0.32
Hex A4 1 46 0 63 39 24 14F 63 20
Octal 244 1 106 0 143 71 44 517 143 40
Binary 10100100 1 1000110 0 1100011 111001 100100 101001111 1100011 100000

Color Harmonies of #A40146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40146

Black with #A40146

Text Example


Text Example

White with #A40146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40146; }

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

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

background-color css

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

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

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

border-color css

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

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

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