Html Css Color HEX #A31040 Jazzberry Jam

📋 copy color: '#A31040'

red 163 ◦ green 16 ◦ blue 64

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

Shades of Jazzberry Jam #A31040

Tints of Jazzberry Jam #A31040

RGB

 RED value IS 163 (64.06% from 255) = 67.08%

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

 BLUE value IS 64 (25.39% from 255) = 26.34%

R = 67.08%
G = 6.58%
B = 26.34%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.61

 K value IS 0.36

RGB Variations

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

Color information

#A31040 (or 0xA31040) is known color: Jazzberry Jam. HEX triplet: A3, 10 and 40. RGB value is (163,16,64). Sum of RGB (Red+Green+Blue) = 163+16+64=243 (32% of max value = 765). Red value is 163 (64.06% from 255 or 67.08% from 243); Green value is 16 (6.64% from 255 or 6.58% from 243); Blue value is 64 (25.39% from 255 or 26.34% from 243); Max value from RGB is 163 - color contains mainly: red. Hex color #A31040 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A31040 is #5CEFBF. Grayscale: #414141. Windows color (decimal): -6090688 or 4198563. OLE color: 4198563.

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

Color convert

RGB 163 16 64 -
CMYK 0 0.90 0.61 0.36
HSL 340.41º 0.82% 0.35% -
HSV(B) 340.41º 0.9% 0.64% -
XYZ 16.21 8.53 5.64 -
YUV 65.43 127.2 197.6 -
System Red Green Blue C M Y K H S L
Decimal 163 16 64 0 0.90 0.61 0.36 340.41 0.82 0.35
Hex A3 10 40 0 5A 3D 24 154 52 23
Octal 243 20 100 0 132 75 44 524 122 43
Binary 10100011 10000 1000000 0 1011010 111101 100100 101010100 1010010 100011

Color Harmonies of #A31040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31040

Black with #A31040

Text Example


Text Example

White with #A31040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31040; }

 p { color: rgb(163,16,64); }

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

background-color css

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

 a { background-color: rgb(163,16,64); }

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

border-color css

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

 span { border-color: rgb(163,16,64); }

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