Html Css Color HEX #A30449 Jazzberry Jam

📋 copy color: '#A30449'

red 163 ◦ green 4 ◦ blue 73

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

Shades of Jazzberry Jam #A30449

Tints of Jazzberry Jam #A30449

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.67%

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

R = 67.92%
G = 1.67%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.55

 K value IS 0.36

RGB Variations

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

Color information

#A30449 (or 0xA30449) is known color: Jazzberry Jam. HEX triplet: A3, 04 and 49. RGB value is (163,4,73). Sum of RGB (Red+Green+Blue) = 163+4+73=240 (31% of max value = 765). Red value is 163 (64.06% from 255 or 67.92% from 240); Green value is 4 (1.95% from 255 or 1.67% from 240); Blue value is 73 (28.91% from 255 or 30.42% from 240); Max value from RGB is 163 - color contains mainly: red. Hex color #A30449 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30449 is #5CFBB6. Grayscale: #3B3B3B. Windows color (decimal): -6093751 or 4785315. OLE color: 4785315.

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

Color convert

RGB 163 4 73 -
CMYK 0 0.98 0.55 0.36
HSL 333.96º 0.95% 0.33% -
HSV(B) 333.96º 0.98% 0.64% -
XYZ 16.35 8.35 7.05 -
YUV 59.41 135.68 201.89 -
System Red Green Blue C M Y K H S L
Decimal 163 4 73 0 0.98 0.55 0.36 333.96 0.95 0.33
Hex A3 4 49 0 62 37 24 14E 5F 21
Octal 243 4 111 0 142 67 44 516 137 41
Binary 10100011 100 1001001 0 1100010 110111 100100 101001110 1011111 100001

Color Harmonies of #A30449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30449

Black with #A30449

Text Example


Text Example

White with #A30449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30449; }

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

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

background-color css

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

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

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

border-color css

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

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

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