Html Css Color HEX #A41042 Jazzberry Jam

📋 copy color: '#A41042'

red 164 ◦ green 16 ◦ blue 66

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

Shades of Jazzberry Jam #A41042

Tints of Jazzberry Jam #A41042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 26.83%

R = 66.67%
G = 6.5%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#A41042 (or 0xA41042) is known color: Jazzberry Jam. HEX triplet: A4, 10 and 42. RGB value is (164,16,66). Sum of RGB (Red+Green+Blue) = 164+16+66=246 (32% of max value = 765). Red value is 164 (64.45% from 255 or 66.67% from 246); Green value is 16 (6.64% from 255 or 6.50% from 246); Blue value is 66 (26.17% from 255 or 26.83% from 246); Max value from RGB is 164 - color contains mainly: red. Hex color #A41042 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A41042 is #5BEFBD. Grayscale: #414141. Windows color (decimal): -6025150 or 4329636. OLE color: 4329636.

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

Color convert

RGB 164 16 66 -
CMYK 0 0.90 0.60 0.36
HSL 339.73º 0.82% 0.35% -
HSV(B) 339.73º 0.9% 0.64% -
XYZ 16.48 8.66 5.96 -
YUV 65.95 128.03 197.93 -
System Red Green Blue C M Y K H S L
Decimal 164 16 66 0 0.90 0.60 0.36 339.73 0.82 0.35
Hex A4 10 42 0 5A 3C 24 154 52 23
Octal 244 20 102 0 132 74 44 524 122 43
Binary 10100100 10000 1000010 0 1011010 111100 100100 101010100 1010010 100011

Color Harmonies of #A41042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41042

Black with #A41042

Text Example


Text Example

White with #A41042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41042; }

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

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

background-color css

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

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

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

border-color css

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

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

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