Html Css Color HEX #A41046 Jazzberry Jam

📋 copy color: '#A41046'

red 164 ◦ green 16 ◦ blue 70

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

Shades of Jazzberry Jam #A41046

Tints of Jazzberry Jam #A41046

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.4%

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

R = 65.6%
G = 6.4%
B = 28%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.57

 K value IS 0.36

RGB Variations

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

Color information

#A41046 (or 0xA41046) is known color: Jazzberry Jam. HEX triplet: A4, 10 and 46. RGB value is (164,16,70). Sum of RGB (Red+Green+Blue) = 164+16+70=250 (33% of max value = 765). Red value is 164 (64.45% from 255 or 65.6% from 250); Green value is 16 (6.64% from 255 or 6.4% from 250); Blue value is 70 (27.73% from 255 or 28% from 250); Max value from RGB is 164 - color contains mainly: red. Hex color #A41046 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A41046 is #5BEFB9. Grayscale: #424242. Windows color (decimal): -6025146 or 4591780. OLE color: 4591780.

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

Color convert

RGB 164 16 70 -
CMYK 0 0.90 0.57 0.36
HSL 338.11º 0.82% 0.35% -
HSV(B) 338.11º 0.9% 0.64% -
XYZ 16.6 8.71 6.6 -
YUV 66.41 130.03 197.61 -
System Red Green Blue C M Y K H S L
Decimal 164 16 70 0 0.90 0.57 0.36 338.11 0.82 0.35
Hex A4 10 46 0 5A 39 24 152 52 23
Octal 244 20 106 0 132 71 44 522 122 43
Binary 10100100 10000 1000110 0 1011010 111001 100100 101010010 1010010 100011

Color Harmonies of #A41046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41046

Black with #A41046

Text Example


Text Example

White with #A41046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41046; }

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

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

background-color css

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

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

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

border-color css

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

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

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