Html Css Color HEX #A3114B Jazzberry Jam

📋 copy color: '#A3114B'

red 163 ◦ green 17 ◦ blue 75

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

Shades of Jazzberry Jam #A3114B

Tints of Jazzberry Jam #A3114B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.67%

 BLUE value IS 75 (29.69% from 255) = 29.41%

R = 63.92%
G = 6.67%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.54

 K value IS 0.36

RGB Variations

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

Color information

#A3114B (or 0xA3114B) is known color: Jazzberry Jam. HEX triplet: A3, 11 and 4B. RGB value is (163,17,75). Sum of RGB (Red+Green+Blue) = 163+17+75=255 (33% of max value = 765). Red value is 163 (64.06% from 255 or 63.92% from 255); Green value is 17 (7.03% from 255 or 6.67% from 255); Blue value is 75 (29.69% from 255 or 29.41% from 255); Max value from RGB is 163 - color contains mainly: red. Hex color #A3114B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3114B is #5CEEB4. Grayscale: #434343. Windows color (decimal): -6090421 or 4919715. OLE color: 4919715.

HSL color Cylindrical-coordinate representation of color #A3114B: hue angle of 336.16º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A3114B is Cyan = 0, Magento = 0.90, Yellow = 0.54 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 17 75 -
CMYK 0 0.90 0.54 0.36
HSL 336.16º 0.81% 0.35% -
HSV(B) 336.16º 0.9% 0.64% -
XYZ 16.57 8.7 7.46 -
YUV 67.27 132.37 196.28 -
System Red Green Blue C M Y K H S L
Decimal 163 17 75 0 0.90 0.54 0.36 336.16 0.81 0.35
Hex A3 11 4B 0 5A 36 24 150 51 23
Octal 243 21 113 0 132 66 44 520 121 43
Binary 10100011 10001 1001011 0 1011010 110110 100100 101010000 1010001 100011

Color Harmonies of #A3114B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3114B

Black with #A3114B

Text Example


Text Example

White with #A3114B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3114B; }

 p { color: rgb(163,17,75); }

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

background-color css

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

 a { background-color: rgb(163,17,75); }

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

border-color css

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

 span { border-color: rgb(163,17,75); }

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