Html Css Color HEX #A31853 Jazzberry Jam

📋 copy color: '#A31853'

red 163 ◦ green 24 ◦ blue 83

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

Shades of Jazzberry Jam #A31853

Tints of Jazzberry Jam #A31853

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 30.74%

R = 60.37%
G = 8.89%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.49

 K value IS 0.36

RGB Variations

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

Color information

#A31853 (or 0xA31853) is known color: Jazzberry Jam. HEX triplet: A3, 18 and 53. RGB value is (163,24,83). Sum of RGB (Red+Green+Blue) = 163+24+83=270 (35% of max value = 765). Red value is 163 (64.06% from 255 or 60.37% from 270); Green value is 24 (9.77% from 255 or 8.89% from 270); Blue value is 83 (32.81% from 255 or 30.74% from 270); Max value from RGB is 163 - color contains mainly: red. Hex color #A31853 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A31853 is #5CE7AC. Grayscale: #484848. Windows color (decimal): -6088621 or 5445795. OLE color: 5445795.

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

Color convert

RGB 163 24 83 -
CMYK 0 0.85 0.49 0.36
HSL 334.53º 0.74% 0.37% -
HSV(B) 334.53º 0.85% 0.64% -
XYZ 16.99 9.06 9.04 -
YUV 72.29 134.05 192.7 -
System Red Green Blue C M Y K H S L
Decimal 163 24 83 0 0.85 0.49 0.36 334.53 0.74 0.37
Hex A3 18 53 0 55 31 24 14F 4A 25
Octal 243 30 123 0 125 61 44 517 112 45
Binary 10100011 11000 1010011 0 1010101 110001 100100 101001111 1001010 100101

Color Harmonies of #A31853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31853

Black with #A31853

Text Example


Text Example

White with #A31853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31853; }

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

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

background-color css

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

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

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

border-color css

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

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

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