Html Css Color HEX #A00048 Jazzberry Jam

📋 copy color: '#A00048'

red 160 ◦ green 0 ◦ blue 72

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

Shades of Jazzberry Jam #A00048

Tints of Jazzberry Jam #A00048

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 72 (28.52% from 255) = 31.03%

R = 68.97%
G = 0%
B = 31.03%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.55

 K value IS 0.37

RGB Variations

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

Color information

#A00048 (or 0xA00048) is known color: Jazzberry Jam. HEX triplet: A0, 00 and 48. RGB value is (160,0,72). Sum of RGB (Red+Green+Blue) = 160+0+72=232 (30% of max value = 765). Red value is 160 (62.89% from 255 or 68.97% from 232); Green value is 0 (0.39% from 255 or 0% from 232); Blue value is 72 (28.52% from 255 or 31.03% from 232); Max value from RGB is 160 - color contains mainly: red. Hex color #A00048 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00048 is #5FFFB7. Grayscale: #373737. Windows color (decimal): -6291384 or 4718752. OLE color: 4718752.

HSL color Cylindrical-coordinate representation of color #A00048: hue angle of 333º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A00048 is Cyan = 0, Magento = 1, Yellow = 0.55 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 0 72 -
CMYK 0 1 0.55 0.37
HSL 333º 1% 0.31% -
HSV(B) 333º 1% 0.63% -
XYZ 15.67 7.94 6.84 -
YUV 56.05 137.01 202.15 -
System Red Green Blue C M Y K H S L
Decimal 160 0 72 0 1 0.55 0.37 333 1 0.31
Hex A0 0 48 0 64 37 25 14D 64 1F
Octal 240 0 110 0 144 67 45 515 144 37
Binary 10100000 0 1001000 0 1100100 110111 100101 101001101 1100100 11111

Color Harmonies of #A00048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00048

Black with #A00048

Text Example


Text Example

White with #A00048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00048; }

 p { color: rgb(160,0,72); }

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

background-color css

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

 a { background-color: rgb(160,0,72); }

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

border-color css

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

 span { border-color: rgb(160,0,72); }

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