Html Css Color HEX #A3154C Jazzberry Jam

📋 copy color: '#A3154C'

red 163 ◦ green 21 ◦ blue 76

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

Shades of Jazzberry Jam #A3154C

Tints of Jazzberry Jam #A3154C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.08%

 BLUE value IS 76 (30.08% from 255) = 29.23%

R = 62.69%
G = 8.08%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.53

 K value IS 0.36

RGB Variations

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

Color information

#A3154C (or 0xA3154C) is known color: Jazzberry Jam. HEX triplet: A3, 15 and 4C. RGB value is (163,21,76). Sum of RGB (Red+Green+Blue) = 163+21+76=260 (34% of max value = 765). Red value is 163 (64.06% from 255 or 62.69% from 260); Green value is 21 (8.59% from 255 or 8.08% from 260); Blue value is 76 (30.08% from 255 or 29.23% from 260); Max value from RGB is 163 - color contains mainly: red. Hex color #A3154C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3154C is #5CEAB3. Grayscale: #454545. Windows color (decimal): -6089396 or 4986275. OLE color: 4986275.

HSL color Cylindrical-coordinate representation of color #A3154C: hue angle of 336.76º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A3154C is Cyan = 0, Magento = 0.87, Yellow = 0.53 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 21 76 -
CMYK 0 0.87 0.53 0.36
HSL 336.76º 0.77% 0.36% -
HSV(B) 336.76º 0.87% 0.64% -
XYZ 16.68 8.84 7.67 -
YUV 69.73 131.54 194.53 -
System Red Green Blue C M Y K H S L
Decimal 163 21 76 0 0.87 0.53 0.36 336.76 0.77 0.36
Hex A3 15 4C 0 57 35 24 151 4D 24
Octal 243 25 114 0 127 65 44 521 115 44
Binary 10100011 10101 1001100 0 1010111 110101 100100 101010001 1001101 100100

Color Harmonies of #A3154C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3154C

Black with #A3154C

Text Example


Text Example

White with #A3154C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3154C; }

 p { color: rgb(163,21,76); }

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

background-color css

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

 a { background-color: rgb(163,21,76); }

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

border-color css

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

 span { border-color: rgb(163,21,76); }

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