Html Css Color HEX #A41245 Jazzberry Jam

📋 copy color: '#A41245'

red 164 ◦ green 18 ◦ blue 69

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

Shades of Jazzberry Jam #A41245

Tints of Jazzberry Jam #A41245

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.17%

 BLUE value IS 69 (27.34% from 255) = 27.49%

R = 65.34%
G = 7.17%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.58

 K value IS 0.36

RGB Variations

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

Color information

#A41245 (or 0xA41245) is known color: Jazzberry Jam. HEX triplet: A4, 12 and 45. RGB value is (164,18,69). Sum of RGB (Red+Green+Blue) = 164+18+69=251 (33% of max value = 765). Red value is 164 (64.45% from 255 or 65.34% from 251); Green value is 18 (7.42% from 255 or 7.17% from 251); Blue value is 69 (27.34% from 255 or 27.49% from 251); Max value from RGB is 164 - color contains mainly: red. Hex color #A41245 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A41245 is #5BEDBA. Grayscale: #434343. Windows color (decimal): -6024635 or 4526756. OLE color: 4526756.

HSL color Cylindrical-coordinate representation of color #A41245: hue angle of 339.04º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A41245 is Cyan = 0, Magento = 0.89, Yellow = 0.58 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 18 69 -
CMYK 0 0.89 0.58 0.36
HSL 339.04º 0.8% 0.36% -
HSV(B) 339.04º 0.89% 0.64% -
XYZ 16.6 8.75 6.45 -
YUV 67.47 128.87 196.85 -
System Red Green Blue C M Y K H S L
Decimal 164 18 69 0 0.89 0.58 0.36 339.04 0.8 0.36
Hex A4 12 45 0 59 3A 24 153 50 24
Octal 244 22 105 0 131 72 44 523 120 44
Binary 10100100 10010 1000101 0 1011001 111010 100100 101010011 1010000 100100

Color Harmonies of #A41245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41245

Black with #A41245

Text Example


Text Example

White with #A41245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41245; }

 p { color: rgb(164,18,69); }

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

background-color css

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

 a { background-color: rgb(164,18,69); }

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

border-color css

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

 span { border-color: rgb(164,18,69); }

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