Html Css Color HEX #A31044 Jazzberry Jam

📋 copy color: '#A31044'

red 163 ◦ green 16 ◦ blue 68

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

Shades of Jazzberry Jam #A31044

Tints of Jazzberry Jam #A31044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 27.53%

R = 65.99%
G = 6.48%
B = 27.53%

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

#A31044 (or 0xA31044) is known color: Jazzberry Jam. HEX triplet: A3, 10 and 44. RGB value is (163,16,68). Sum of RGB (Red+Green+Blue) = 163+16+68=247 (32% of max value = 765). Red value is 163 (64.06% from 255 or 65.99% from 247); Green value is 16 (6.64% from 255 or 6.48% from 247); Blue value is 68 (26.95% from 255 or 27.53% from 247); Max value from RGB is 163 - color contains mainly: red. Hex color #A31044 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A31044 is #5CEFBB. Grayscale: #414141. Windows color (decimal): -6090684 or 4460707. OLE color: 4460707.

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

Color convert

RGB 163 16 68 -
CMYK 0 0.90 0.58 0.36
HSL 338.78º 0.82% 0.35% -
HSV(B) 338.78º 0.9% 0.64% -
XYZ 16.33 8.57 6.26 -
YUV 65.88 129.2 197.27 -
System Red Green Blue C M Y K H S L
Decimal 163 16 68 0 0.90 0.58 0.36 338.78 0.82 0.35
Hex A3 10 44 0 5A 3A 24 153 52 23
Octal 243 20 104 0 132 72 44 523 122 43
Binary 10100011 10000 1000100 0 1011010 111010 100100 101010011 1010010 100011

Color Harmonies of #A31044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31044

Black with #A31044

Text Example


Text Example

White with #A31044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31044; }

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

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

background-color css

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

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

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

border-color css

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

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

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