Html Css Color HEX #A31850 Jazzberry Jam

📋 copy color: '#A31850'

red 163 ◦ green 24 ◦ blue 80

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

Shades of Jazzberry Jam #A31850

Tints of Jazzberry Jam #A31850

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.99%

 BLUE value IS 80 (31.64% from 255) = 29.96%

R = 61.05%
G = 8.99%
B = 29.96%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.51

 K value IS 0.36

RGB Variations

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

Color information

#A31850 (or 0xA31850) is known color: Jazzberry Jam. HEX triplet: A3, 18 and 50. RGB value is (163,24,80). Sum of RGB (Red+Green+Blue) = 163+24+80=267 (35% of max value = 765). Red value is 163 (64.06% from 255 or 61.05% from 267); Green value is 24 (9.77% from 255 or 8.99% from 267); Blue value is 80 (31.64% from 255 or 29.96% from 267); Max value from RGB is 163 - color contains mainly: red. Hex color #A31850 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A31850 is #5CE7AF. Grayscale: #474747. Windows color (decimal): -6088624 or 5249187. OLE color: 5249187.

HSL color Cylindrical-coordinate representation of color #A31850: hue angle of 335.83º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A31850 is Cyan = 0, Magento = 0.85, Yellow = 0.51 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 24 80 -
CMYK 0 0.85 0.51 0.36
HSL 335.83º 0.74% 0.37% -
HSV(B) 335.83º 0.85% 0.64% -
XYZ 16.88 9.02 8.44 -
YUV 71.95 132.55 192.95 -
System Red Green Blue C M Y K H S L
Decimal 163 24 80 0 0.85 0.51 0.36 335.83 0.74 0.37
Hex A3 18 50 0 55 33 24 150 4A 25
Octal 243 30 120 0 125 63 44 520 112 45
Binary 10100011 11000 1010000 0 1010101 110011 100100 101010000 1001010 100101

Color Harmonies of #A31850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31850

Black with #A31850

Text Example


Text Example

White with #A31850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31850; }

 p { color: rgb(163,24,80); }

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

background-color css

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

 a { background-color: rgb(163,24,80); }

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

border-color css

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

 span { border-color: rgb(163,24,80); }

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