Html Css Color HEX #A41351 Jazzberry Jam

📋 copy color: '#A41351'

red 164 ◦ green 19 ◦ blue 81

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

Shades of Jazzberry Jam #A41351

Tints of Jazzberry Jam #A41351

RGB

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

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

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

R = 62.12%
G = 7.2%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.51

 K value IS 0.36

RGB Variations

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

Color information

#A41351 (or 0xA41351) is known color: Jazzberry Jam. HEX triplet: A4, 13 and 51. RGB value is (164,19,81). Sum of RGB (Red+Green+Blue) = 164+19+81=264 (34% of max value = 765). Red value is 164 (64.45% from 255 or 62.12% from 264); Green value is 19 (7.81% from 255 or 7.20% from 264); Blue value is 81 (32.03% from 255 or 30.68% from 264); Max value from RGB is 164 - color contains mainly: red. Hex color #A41351 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A41351 is #5BECAE. Grayscale: #454545. Windows color (decimal): -6024367 or 5313444. OLE color: 5313444.

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

Color convert

RGB 164 19 81 -
CMYK 0 0.88 0.51 0.36
HSL 334.34º 0.79% 0.36% -
HSV(B) 334.34º 0.88% 0.64% -
XYZ 17.03 8.95 8.62 -
YUV 69.42 134.54 195.46 -
System Red Green Blue C M Y K H S L
Decimal 164 19 81 0 0.88 0.51 0.36 334.34 0.79 0.36
Hex A4 13 51 0 58 33 24 14E 4F 24
Octal 244 23 121 0 130 63 44 516 117 44
Binary 10100100 10011 1010001 0 1011000 110011 100100 101001110 1001111 100100

Color Harmonies of #A41351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41351

Black with #A41351

Text Example


Text Example

White with #A41351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41351; }

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

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

background-color css

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

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

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

border-color css

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

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

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