Html Css Color HEX #A00349 Jazzberry Jam

📋 copy color: '#A00349'

red 160 ◦ green 3 ◦ blue 73

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

Shades of Jazzberry Jam #A00349

Tints of Jazzberry Jam #A00349

RGB

 RED value IS 160 (62.89% from 255) = 67.8%

 GREEN value IS 3 (1.56% from 255) = 1.27%

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

R = 67.8%
G = 1.27%
B = 30.93%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.54

 K value IS 0.37

RGB Variations

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

Color information

#A00349 (or 0xA00349) is known color: Jazzberry Jam. HEX triplet: A0, 03 and 49. RGB value is (160,3,73). Sum of RGB (Red+Green+Blue) = 160+3+73=236 (31% of max value = 765). Red value is 160 (62.89% from 255 or 67.80% from 236); Green value is 3 (1.56% from 255 or 1.27% from 236); Blue value is 73 (28.91% from 255 or 30.93% from 236); Max value from RGB is 160 - color contains mainly: red. Hex color #A00349 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00349 is #5FFCB6. Grayscale: #393939. Windows color (decimal): -6290615 or 4785056. OLE color: 4785056.

HSL color Cylindrical-coordinate representation of color #A00349: hue angle of 333.25º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A00349 is Cyan = 0, Magento = 0.98, Yellow = 0.54 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 3 73 -
CMYK 0 0.98 0.54 0.37
HSL 333.25º 0.96% 0.32% -
HSV(B) 333.25º 0.98% 0.63% -
XYZ 15.73 8.02 7.02 -
YUV 57.92 136.51 200.81 -
System Red Green Blue C M Y K H S L
Decimal 160 3 73 0 0.98 0.54 0.37 333.25 0.96 0.32
Hex A0 3 49 0 62 36 25 14D 60 20
Octal 240 3 111 0 142 66 45 515 140 40
Binary 10100000 11 1001001 0 1100010 110110 100101 101001101 1100000 100000

Color Harmonies of #A00349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00349

Black with #A00349

Text Example


Text Example

White with #A00349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00349; }

 p { color: rgb(160,3,73); }

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

background-color css

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

 a { background-color: rgb(160,3,73); }

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

border-color css

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

 span { border-color: rgb(160,3,73); }

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