Html Css Color HEX #A41051 Jazzberry Jam

📋 copy color: '#A41051'

red 164 ◦ green 16 ◦ blue 81

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

Shades of Jazzberry Jam #A41051

Tints of Jazzberry Jam #A41051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 31.03%

R = 62.84%
G = 6.13%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.51

 K value IS 0.36

RGB Variations

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

Color information

#A41051 (or 0xA41051) is known color: Jazzberry Jam. HEX triplet: A4, 10 and 51. RGB value is (164,16,81). Sum of RGB (Red+Green+Blue) = 164+16+81=261 (34% of max value = 765). Red value is 164 (64.45% from 255 or 62.84% from 261); Green value is 16 (6.64% from 255 or 6.13% from 261); Blue value is 81 (32.03% from 255 or 31.03% from 261); Max value from RGB is 164 - color contains mainly: red. Hex color #A41051 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A41051 is #5BEFAE. Grayscale: #434343. Windows color (decimal): -6025135 or 5312676. OLE color: 5312676.

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

Color convert

RGB 164 16 81 -
CMYK 0 0.90 0.51 0.36
HSL 333.65º 0.82% 0.35% -
HSV(B) 333.65º 0.9% 0.64% -
XYZ 16.98 8.86 8.6 -
YUV 67.66 135.53 196.71 -
System Red Green Blue C M Y K H S L
Decimal 164 16 81 0 0.90 0.51 0.36 333.65 0.82 0.35
Hex A4 10 51 0 5A 33 24 14E 52 23
Octal 244 20 121 0 132 63 44 516 122 43
Binary 10100100 10000 1010001 0 1011010 110011 100100 101001110 1010010 100011

Color Harmonies of #A41051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41051

Black with #A41051

Text Example


Text Example

White with #A41051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41051; }

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

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

background-color css

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

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

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

border-color css

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

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

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