Html Css Color HEX #A3053E Jazzberry Jam

📋 copy color: '#A3053E'

red 163 ◦ green 5 ◦ blue 62

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

Shades of Jazzberry Jam #A3053E

Tints of Jazzberry Jam #A3053E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.17%

 BLUE value IS 62 (24.61% from 255) = 26.96%

R = 70.87%
G = 2.17%
B = 26.96%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.62

 K value IS 0.36

RGB Variations

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

Color information

#A3053E (or 0xA3053E) is known color: Jazzberry Jam. HEX triplet: A3, 05 and 3E. RGB value is (163,5,62). Sum of RGB (Red+Green+Blue) = 163+5+62=230 (30% of max value = 765). Red value is 163 (64.06% from 255 or 70.87% from 230); Green value is 5 (2.34% from 255 or 2.17% from 230); Blue value is 62 (24.61% from 255 or 26.96% from 230); Max value from RGB is 163 - color contains mainly: red. Hex color #A3053E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3053E is #5CFAC1. Grayscale: #3A3A3A. Windows color (decimal): -6093506 or 4064675. OLE color: 4064675.

HSL color Cylindrical-coordinate representation of color #A3053E: hue angle of 338.35º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A3053E is Cyan = 0, Magento = 0.97, Yellow = 0.62 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 5 62 -
CMYK 0 0.97 0.62 0.36
HSL 338.35º 0.94% 0.33% -
HSV(B) 338.35º 0.97% 0.64% -
XYZ 16.03 8.24 5.3 -
YUV 58.74 129.85 202.37 -
System Red Green Blue C M Y K H S L
Decimal 163 5 62 0 0.97 0.62 0.36 338.35 0.94 0.33
Hex A3 5 3E 0 61 3E 24 152 5E 21
Octal 243 5 76 0 141 76 44 522 136 41
Binary 10100011 101 111110 0 1100001 111110 100100 101010010 1011110 100001

Color Harmonies of #A3053E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3053E

Black with #A3053E

Text Example


Text Example

White with #A3053E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3053E; }

 p { color: rgb(163,5,62); }

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

background-color css

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

 a { background-color: rgb(163,5,62); }

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

border-color css

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

 span { border-color: rgb(163,5,62); }

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