Html Css Color HEX #A31457 Jazzberry Jam

📋 copy color: '#A31457'

red 163 ◦ green 20 ◦ blue 87

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

Shades of Jazzberry Jam #A31457

Tints of Jazzberry Jam #A31457

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.41%

 BLUE value IS 87 (34.38% from 255) = 32.22%

R = 60.37%
G = 7.41%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.47

 K value IS 0.36

RGB Variations

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

Color information

#A31457 (or 0xA31457) is known color: Jazzberry Jam. HEX triplet: A3, 14 and 57. RGB value is (163,20,87). Sum of RGB (Red+Green+Blue) = 163+20+87=270 (35% of max value = 765). Red value is 163 (64.06% from 255 or 60.37% from 270); Green value is 20 (8.20% from 255 or 7.41% from 270); Blue value is 87 (34.38% from 255 or 32.22% from 270); Max value from RGB is 163 - color contains mainly: red. Hex color #A31457 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A31457 is #5CEBA8. Grayscale: #464646. Windows color (decimal): -6089641 or 5706915. OLE color: 5706915.

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

Color convert

RGB 163 20 87 -
CMYK 0 0.88 0.47 0.36
HSL 331.89º 0.78% 0.36% -
HSV(B) 331.89º 0.88% 0.64% -
XYZ 17.07 8.97 9.85 -
YUV 70.4 137.38 194.05 -
System Red Green Blue C M Y K H S L
Decimal 163 20 87 0 0.88 0.47 0.36 331.89 0.78 0.36
Hex A3 14 57 0 58 2F 24 14C 4E 24
Octal 243 24 127 0 130 57 44 514 116 44
Binary 10100011 10100 1010111 0 1011000 101111 100100 101001100 1001110 100100

Color Harmonies of #A31457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31457

Black with #A31457

Text Example


Text Example

White with #A31457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31457; }

 p { color: rgb(163,20,87); }

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

background-color css

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

 a { background-color: rgb(163,20,87); }

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

border-color css

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

 span { border-color: rgb(163,20,87); }

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