Html Css Color HEX #A41045 Jazzberry Jam

📋 copy color: '#A41045'

red 164 ◦ green 16 ◦ blue 69

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

Shades of Jazzberry Jam #A41045

Tints of Jazzberry Jam #A41045

RGB

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

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

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

R = 65.86%
G = 6.43%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.58

 K value IS 0.36

RGB Variations

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

Color information

#A41045 (or 0xA41045) is known color: Jazzberry Jam. HEX triplet: A4, 10 and 45. RGB value is (164,16,69). Sum of RGB (Red+Green+Blue) = 164+16+69=249 (32% of max value = 765). Red value is 164 (64.45% from 255 or 65.86% from 249); Green value is 16 (6.64% from 255 or 6.43% from 249); Blue value is 69 (27.34% from 255 or 27.71% from 249); Max value from RGB is 164 - color contains mainly: red. Hex color #A41045 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A41045 is #5BEFBA. Grayscale: #424242. Windows color (decimal): -6025147 or 4526244. OLE color: 4526244.

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

Color convert

RGB 164 16 69 -
CMYK 0 0.90 0.58 0.36
HSL 338.51º 0.82% 0.35% -
HSV(B) 338.51º 0.9% 0.64% -
XYZ 16.57 8.69 6.43 -
YUV 66.29 129.53 197.69 -
System Red Green Blue C M Y K H S L
Decimal 164 16 69 0 0.90 0.58 0.36 338.51 0.82 0.35
Hex A4 10 45 0 5A 3A 24 153 52 23
Octal 244 20 105 0 132 72 44 523 122 43
Binary 10100100 10000 1000101 0 1011010 111010 100100 101010011 1010010 100011

Color Harmonies of #A41045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41045

Black with #A41045

Text Example


Text Example

White with #A41045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41045; }

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

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

background-color css

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

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

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

border-color css

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

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

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