Html Css Color HEX #A00047 Jazzberry Jam

📋 copy color: '#A00047'

red 160 ◦ green 0 ◦ blue 71

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

Shades of Jazzberry Jam #A00047

Tints of Jazzberry Jam #A00047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 30.74%

R = 69.26%
G = 0%
B = 30.74%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.56

 K value IS 0.37

RGB Variations

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

Color information

#A00047 (or 0xA00047) is known color: Jazzberry Jam. HEX triplet: A0, 00 and 47. RGB value is (160,0,71). Sum of RGB (Red+Green+Blue) = 160+0+71=231 (30% of max value = 765). Red value is 160 (62.89% from 255 or 69.26% from 231); Green value is 0 (0.39% from 255 or 0% from 231); Blue value is 71 (28.12% from 255 or 30.74% from 231); Max value from RGB is 160 - color contains mainly: red. Hex color #A00047 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00047 is #5FFFB8. Grayscale: #373737. Windows color (decimal): -6291385 or 4653216. OLE color: 4653216.

HSL color Cylindrical-coordinate representation of color #A00047: hue angle of 333.38º 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 #A00047 is Cyan = 0, Magento = 1, Yellow = 0.56 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 0 71 -
CMYK 0 1 0.56 0.37
HSL 333.38º 1% 0.31% -
HSV(B) 333.38º 1% 0.63% -
XYZ 15.63 7.93 6.67 -
YUV 55.93 136.51 202.23 -
System Red Green Blue C M Y K H S L
Decimal 160 0 71 0 1 0.56 0.37 333.38 1 0.31
Hex A0 0 47 0 64 38 25 14D 64 1F
Octal 240 0 107 0 144 70 45 515 144 37
Binary 10100000 0 1000111 0 1100100 111000 100101 101001101 1100100 11111

Color Harmonies of #A00047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00047

Black with #A00047

Text Example


Text Example

White with #A00047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00047; }

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

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

background-color css

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

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

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

border-color css

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

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

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