Html Css Color HEX #A31348 Jazzberry Jam

📋 copy color: '#A31348'

red 163 ◦ green 19 ◦ blue 72

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

Shades of Jazzberry Jam #A31348

Tints of Jazzberry Jam #A31348

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.48%

 BLUE value IS 72 (28.52% from 255) = 28.35%

R = 64.17%
G = 7.48%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#A31348 (or 0xA31348) is known color: Jazzberry Jam. HEX triplet: A3, 13 and 48. RGB value is (163,19,72). Sum of RGB (Red+Green+Blue) = 163+19+72=254 (33% of max value = 765). Red value is 163 (64.06% from 255 or 64.17% from 254); Green value is 19 (7.81% from 255 or 7.48% from 254); Blue value is 72 (28.52% from 255 or 28.35% from 254); Max value from RGB is 163 - color contains mainly: red. Hex color #A31348 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A31348 is #5CECB7. Grayscale: #444444. Windows color (decimal): -6089912 or 4723619. OLE color: 4723619.

HSL color Cylindrical-coordinate representation of color #A31348: hue angle of 337.92º degrees, saturation: 0.79, 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 #A31348 is Cyan = 0, Magento = 0.88, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 19 72 -
CMYK 0 0.88 0.56 0.36
HSL 337.92º 0.79% 0.36% -
HSV(B) 337.92º 0.88% 0.64% -
XYZ 16.51 8.72 6.94 -
YUV 68.1 130.21 195.69 -
System Red Green Blue C M Y K H S L
Decimal 163 19 72 0 0.88 0.56 0.36 337.92 0.79 0.36
Hex A3 13 48 0 58 38 24 152 4F 24
Octal 243 23 110 0 130 70 44 522 117 44
Binary 10100011 10011 1001000 0 1011000 111000 100100 101010010 1001111 100100

Color Harmonies of #A31348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31348

Black with #A31348

Text Example


Text Example

White with #A31348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31348; }

 p { color: rgb(163,19,72); }

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

background-color css

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

 a { background-color: rgb(163,19,72); }

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

border-color css

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

 span { border-color: rgb(163,19,72); }

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