Html Css Color HEX #A00247 Jazzberry Jam

📋 copy color: '#A00247'

red 160 ◦ green 2 ◦ blue 71

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

Shades of Jazzberry Jam #A00247

Tints of Jazzberry Jam #A00247

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.86%

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

R = 68.67%
G = 0.86%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.56

 K value IS 0.37

RGB Variations

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

Color information

#A00247 (or 0xA00247) is known color: Jazzberry Jam. HEX triplet: A0, 02 and 47. RGB value is (160,2,71). Sum of RGB (Red+Green+Blue) = 160+2+71=233 (30% of max value = 765). Red value is 160 (62.89% from 255 or 68.67% from 233); Green value is 2 (1.17% from 255 or 0.86% from 233); Blue value is 71 (28.12% from 255 or 30.47% from 233); Max value from RGB is 160 - color contains mainly: red. Hex color #A00247 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00247 is #5FFDB8. Grayscale: #383838. Windows color (decimal): -6290873 or 4653728. OLE color: 4653728.

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

Color convert

RGB 160 2 71 -
CMYK 0 0.99 0.56 0.37
HSL 333.8º 0.98% 0.32% -
HSV(B) 333.8º 0.99% 0.63% -
XYZ 15.66 7.97 6.67 -
YUV 57.11 135.85 201.39 -
System Red Green Blue C M Y K H S L
Decimal 160 2 71 0 0.99 0.56 0.37 333.8 0.98 0.32
Hex A0 2 47 0 63 38 25 14E 62 20
Octal 240 2 107 0 143 70 45 516 142 40
Binary 10100000 10 1000111 0 1100011 111000 100101 101001110 1100010 100000

Color Harmonies of #A00247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00247

Black with #A00247

Text Example


Text Example

White with #A00247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00247; }

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

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

background-color css

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

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

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

border-color css

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

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

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