Html Css Color HEX #A41345 Jazzberry Jam

📋 copy color: '#A41345'

red 164 ◦ green 19 ◦ blue 69

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

Shades of Jazzberry Jam #A41345

Tints of Jazzberry Jam #A41345

RGB

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

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

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

R = 65.08%
G = 7.54%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.58

 K value IS 0.36

RGB Variations

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

Color information

#A41345 (or 0xA41345) is known color: Jazzberry Jam. HEX triplet: A4, 13 and 45. RGB value is (164,19,69). Sum of RGB (Red+Green+Blue) = 164+19+69=252 (33% of max value = 765). Red value is 164 (64.45% from 255 or 65.08% from 252); Green value is 19 (7.81% from 255 or 7.54% from 252); Blue value is 69 (27.34% from 255 or 27.38% from 252); Max value from RGB is 164 - color contains mainly: red. Hex color #A41345 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A41345 is #5BECBA. Grayscale: #444444. Windows color (decimal): -6024379 or 4527012. OLE color: 4527012.

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

Color convert

RGB 164 19 69 -
CMYK 0 0.88 0.58 0.36
HSL 339.31º 0.79% 0.36% -
HSV(B) 339.31º 0.88% 0.64% -
XYZ 16.62 8.79 6.45 -
YUV 68.06 128.54 196.43 -
System Red Green Blue C M Y K H S L
Decimal 164 19 69 0 0.88 0.58 0.36 339.31 0.79 0.36
Hex A4 13 45 0 58 3A 24 153 4F 24
Octal 244 23 105 0 130 72 44 523 117 44
Binary 10100100 10011 1000101 0 1011000 111010 100100 101010011 1001111 100100

Color Harmonies of #A41345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41345

Black with #A41345

Text Example


Text Example

White with #A41345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41345; }

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

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

background-color css

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

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

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

border-color css

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

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

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