Html Css Color HEX #A41346 Jazzberry Jam

📋 copy color: '#A41346'

red 164 ◦ green 19 ◦ blue 70

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

Shades of Jazzberry Jam #A41346

Tints of Jazzberry Jam #A41346

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.51%

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

R = 64.82%
G = 7.51%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.57

 K value IS 0.36

RGB Variations

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

Color information

#A41346 (or 0xA41346) is known color: Jazzberry Jam. HEX triplet: A4, 13 and 46. RGB value is (164,19,70). Sum of RGB (Red+Green+Blue) = 164+19+70=253 (33% of max value = 765). Red value is 164 (64.45% from 255 or 64.82% from 253); Green value is 19 (7.81% from 255 or 7.51% from 253); Blue value is 70 (27.73% from 255 or 27.67% from 253); Max value from RGB is 164 - color contains mainly: red. Hex color #A41346 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A41346 is #5BECB9. Grayscale: #444444. Windows color (decimal): -6024378 or 4592548. OLE color: 4592548.

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

Color convert

RGB 164 19 70 -
CMYK 0 0.88 0.57 0.36
HSL 338.9º 0.79% 0.36% -
HSV(B) 338.9º 0.88% 0.64% -
XYZ 16.65 8.8 6.62 -
YUV 68.17 129.04 196.35 -
System Red Green Blue C M Y K H S L
Decimal 164 19 70 0 0.88 0.57 0.36 338.9 0.79 0.36
Hex A4 13 46 0 58 39 24 153 4F 24
Octal 244 23 106 0 130 71 44 523 117 44
Binary 10100100 10011 1000110 0 1011000 111001 100100 101010011 1001111 100100

Color Harmonies of #A41346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41346

Black with #A41346

Text Example


Text Example

White with #A41346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41346; }

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

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

background-color css

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

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

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

border-color css

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

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

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