Html Css Color HEX #A30849 Jazzberry Jam

📋 copy color: '#A30849'

red 163 ◦ green 8 ◦ blue 73

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

Shades of Jazzberry Jam #A30849

Tints of Jazzberry Jam #A30849

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.28%

 BLUE value IS 73 (28.91% from 255) = 29.92%

R = 66.8%
G = 3.28%
B = 29.92%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.55

 K value IS 0.36

RGB Variations

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

Color information

#A30849 (or 0xA30849) is known color: Jazzberry Jam. HEX triplet: A3, 08 and 49. RGB value is (163,8,73). Sum of RGB (Red+Green+Blue) = 163+8+73=244 (32% of max value = 765). Red value is 163 (64.06% from 255 or 66.80% from 244); Green value is 8 (3.52% from 255 or 3.28% from 244); Blue value is 73 (28.91% from 255 or 29.92% from 244); Max value from RGB is 163 - color contains mainly: red. Hex color #A30849 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30849 is #5CF7B6. Grayscale: #3D3D3D. Windows color (decimal): -6092727 or 4786339. OLE color: 4786339.

HSL color Cylindrical-coordinate representation of color #A30849: hue angle of 334.84º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A30849 is Cyan = 0, Magento = 0.95, Yellow = 0.55 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 8 73 -
CMYK 0 0.95 0.55 0.36
HSL 334.84º 0.91% 0.34% -
HSV(B) 334.84º 0.95% 0.64% -
XYZ 16.39 8.44 7.07 -
YUV 61.76 134.35 200.21 -
System Red Green Blue C M Y K H S L
Decimal 163 8 73 0 0.95 0.55 0.36 334.84 0.91 0.34
Hex A3 8 49 0 5F 37 24 14F 5B 22
Octal 243 10 111 0 137 67 44 517 133 42
Binary 10100011 1000 1001001 0 1011111 110111 100100 101001111 1011011 100010

Color Harmonies of #A30849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30849

Black with #A30849

Text Example


Text Example

White with #A30849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30849; }

 p { color: rgb(163,8,73); }

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

background-color css

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

 a { background-color: rgb(163,8,73); }

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

border-color css

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

 span { border-color: rgb(163,8,73); }

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