Html Css Color HEX #A41363 Jazzberry Jam

📋 copy color: '#A41363'

red 164 ◦ green 19 ◦ blue 99

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

Shades of Jazzberry Jam #A41363

Tints of Jazzberry Jam #A41363

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 35.11%

R = 58.16%
G = 6.74%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#A41363 (or 0xA41363) is known color: Jazzberry Jam. HEX triplet: A4, 13 and 63. RGB value is (164,19,99). Sum of RGB (Red+Green+Blue) = 164+19+99=282 (37% of max value = 765). Red value is 164 (64.45% from 255 or 58.16% from 282); Green value is 19 (7.81% from 255 or 6.74% from 282); Blue value is 99 (39.06% from 255 or 35.11% from 282); Max value from RGB is 164 - color contains mainly: red. Hex color #A41363 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A41363 is #5BEC9C. Grayscale: #474747. Windows color (decimal): -6024349 or 6493092. OLE color: 6493092.

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

Color convert

RGB 164 19 99 -
CMYK 0 0.88 0.40 0.36
HSL 326.9º 0.79% 0.36% -
HSV(B) 326.9º 0.88% 0.64% -
XYZ 17.79 9.26 12.65 -
YUV 71.48 143.54 194 -
System Red Green Blue C M Y K H S L
Decimal 164 19 99 0 0.88 0.40 0.36 326.9 0.79 0.36
Hex A4 13 63 0 58 28 24 147 4F 24
Octal 244 23 143 0 130 50 44 507 117 44
Binary 10100100 10011 1100011 0 1011000 101000 100100 101000111 1001111 100100

Color Harmonies of #A41363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41363

Black with #A41363

Text Example


Text Example

White with #A41363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41363; }

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

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

background-color css

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

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

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

border-color css

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

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

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