Html Css Color HEX #A41052 Jazzberry Jam

📋 copy color: '#A41052'

red 164 ◦ green 16 ◦ blue 82

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

Shades of Jazzberry Jam #A41052

Tints of Jazzberry Jam #A41052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 31.3%

R = 62.6%
G = 6.11%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.5

 K value IS 0.36

RGB Variations

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

Color information

#A41052 (or 0xA41052) is known color: Jazzberry Jam. HEX triplet: A4, 10 and 52. RGB value is (164,16,82). Sum of RGB (Red+Green+Blue) = 164+16+82=262 (34% of max value = 765). Red value is 164 (64.45% from 255 or 62.60% from 262); Green value is 16 (6.64% from 255 or 6.11% from 262); Blue value is 82 (32.42% from 255 or 31.30% from 262); Max value from RGB is 164 - color contains mainly: red. Hex color #A41052 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A41052 is #5BEFAD. Grayscale: #434343. Windows color (decimal): -6025134 or 5378212. OLE color: 5378212.

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

Color convert

RGB 164 16 82 -
CMYK 0 0.90 0.5 0.36
HSL 333.24º 0.82% 0.35% -
HSV(B) 333.24º 0.9% 0.64% -
XYZ 17.02 8.87 8.8 -
YUV 67.78 136.03 196.63 -
System Red Green Blue C M Y K H S L
Decimal 164 16 82 0 0.90 0.5 0.36 333.24 0.82 0.35
Hex A4 10 52 0 5A 32 24 14D 52 23
Octal 244 20 122 0 132 62 44 515 122 43
Binary 10100100 10000 1010010 0 1011010 110010 100100 101001101 1010010 100011

Color Harmonies of #A41052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41052

Black with #A41052

Text Example


Text Example

White with #A41052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41052; }

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

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

background-color css

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

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

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

border-color css

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

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

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