Html Css Color HEX #A00448 Jazzberry Jam

📋 copy color: '#A00448'

red 160 ◦ green 4 ◦ blue 72

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

Shades of Jazzberry Jam #A00448

Tints of Jazzberry Jam #A00448

RGB

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

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

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

R = 67.8%
G = 1.69%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.55

 K value IS 0.37

RGB Variations

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

Color information

#A00448 (or 0xA00448) is known color: Jazzberry Jam. HEX triplet: A0, 04 and 48. RGB value is (160,4,72). Sum of RGB (Red+Green+Blue) = 160+4+72=236 (31% of max value = 765). Red value is 160 (62.89% from 255 or 67.80% from 236); Green value is 4 (1.95% from 255 or 1.69% from 236); Blue value is 72 (28.52% from 255 or 30.51% from 236); Max value from RGB is 160 - color contains mainly: red. Hex color #A00448 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00448 is #5FFBB7. Grayscale: #3A3A3A. Windows color (decimal): -6290360 or 4719776. OLE color: 4719776.

HSL color Cylindrical-coordinate representation of color #A00448: hue angle of 333.85º degrees, saturation: 0.95, 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 #A00448 is Cyan = 0, Magento = 0.98, Yellow = 0.55 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 4 72 -
CMYK 0 0.98 0.55 0.37
HSL 333.85º 0.95% 0.32% -
HSV(B) 333.85º 0.98% 0.63% -
XYZ 15.71 8.03 6.85 -
YUV 58.4 135.68 200.47 -
System Red Green Blue C M Y K H S L
Decimal 160 4 72 0 0.98 0.55 0.37 333.85 0.95 0.32
Hex A0 4 48 0 62 37 25 14E 5F 20
Octal 240 4 110 0 142 67 45 516 137 40
Binary 10100000 100 1001000 0 1100010 110111 100101 101001110 1011111 100000

Color Harmonies of #A00448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00448

Black with #A00448

Text Example


Text Example

White with #A00448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00448; }

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

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

background-color css

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

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

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

border-color css

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

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

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