Html Css Color HEX #A40941 Jazzberry Jam

📋 copy color: '#A40941'

red 164 ◦ green 9 ◦ blue 65

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

Shades of Jazzberry Jam #A40941

Tints of Jazzberry Jam #A40941

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.78%

 BLUE value IS 65 (25.78% from 255) = 27.31%

R = 68.91%
G = 3.78%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#A40941 (or 0xA40941) is known color: Jazzberry Jam. HEX triplet: A4, 09 and 41. RGB value is (164,9,65). Sum of RGB (Red+Green+Blue) = 164+9+65=238 (31% of max value = 765). Red value is 164 (64.45% from 255 or 68.91% from 238); Green value is 9 (3.91% from 255 or 3.78% from 238); Blue value is 65 (25.78% from 255 or 27.31% from 238); Max value from RGB is 164 - color contains mainly: red. Hex color #A40941 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A40941 is #5BF6BE. Grayscale: #3D3D3D. Windows color (decimal): -6026943 or 4262308. OLE color: 4262308.

HSL color Cylindrical-coordinate representation of color #A40941: hue angle of 338.32º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A40941 is Cyan = 0, Magento = 0.95, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 9 65 -
CMYK 0 0.95 0.60 0.36
HSL 338.32º 0.9% 0.34% -
HSV(B) 338.32º 0.95% 0.64% -
XYZ 16.36 8.47 5.77 -
YUV 61.73 129.85 200.95 -
System Red Green Blue C M Y K H S L
Decimal 164 9 65 0 0.95 0.60 0.36 338.32 0.9 0.34
Hex A4 9 41 0 5F 3C 24 152 5A 22
Octal 244 11 101 0 137 74 44 522 132 42
Binary 10100100 1001 1000001 0 1011111 111100 100100 101010010 1011010 100010

Color Harmonies of #A40941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40941

Black with #A40941

Text Example


Text Example

White with #A40941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40941; }

 p { color: rgb(164,9,65); }

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

background-color css

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

 a { background-color: rgb(164,9,65); }

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

border-color css

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

 span { border-color: rgb(164,9,65); }

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