Html Css Color HEX #A3075D Jazzberry Jam

📋 copy color: '#A3075D'

red 163 ◦ green 7 ◦ blue 93

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

Shades of Jazzberry Jam #A3075D

Tints of Jazzberry Jam #A3075D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.66%

 BLUE value IS 93 (36.72% from 255) = 35.36%

R = 61.98%
G = 2.66%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.43

 K value IS 0.36

RGB Variations

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

Color information

#A3075D (or 0xA3075D) is known color: Jazzberry Jam. HEX triplet: A3, 07 and 5D. RGB value is (163,7,93). Sum of RGB (Red+Green+Blue) = 163+7+93=263 (34% of max value = 765). Red value is 163 (64.06% from 255 or 61.98% from 263); Green value is 7 (3.12% from 255 or 2.66% from 263); Blue value is 93 (36.72% from 255 or 35.36% from 263); Max value from RGB is 163 - color contains mainly: red. Hex color #A3075D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3075D is #5CF8A2. Grayscale: #3F3F3F. Windows color (decimal): -6092963 or 6096803. OLE color: 6096803.

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

Color convert

RGB 163 7 93 -
CMYK 0 0.96 0.43 0.36
HSL 326.92º 0.92% 0.33% -
HSV(B) 326.92º 0.96% 0.64% -
XYZ 17.16 8.73 11.14 -
YUV 63.45 144.68 199.01 -
System Red Green Blue C M Y K H S L
Decimal 163 7 93 0 0.96 0.43 0.36 326.92 0.92 0.33
Hex A3 7 5D 0 60 2B 24 147 5C 21
Octal 243 7 135 0 140 53 44 507 134 41
Binary 10100011 111 1011101 0 1100000 101011 100100 101000111 1011100 100001

Color Harmonies of #A3075D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3075D

Black with #A3075D

Text Example


Text Example

White with #A3075D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3075D; }

 p { color: rgb(163,7,93); }

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

background-color css

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

 a { background-color: rgb(163,7,93); }

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

border-color css

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

 span { border-color: rgb(163,7,93); }

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