Html Css Color HEX #A00747 Jazzberry Jam

📋 copy color: '#A00747'

red 160 ◦ green 7 ◦ blue 71

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

Shades of Jazzberry Jam #A00747

Tints of Jazzberry Jam #A00747

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.94%

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

R = 67.23%
G = 2.94%
B = 29.83%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.56

 K value IS 0.37

RGB Variations

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

Color information

#A00747 (or 0xA00747) is known color: Jazzberry Jam. HEX triplet: A0, 07 and 47. RGB value is (160,7,71). Sum of RGB (Red+Green+Blue) = 160+7+71=238 (31% of max value = 765). Red value is 160 (62.89% from 255 or 67.23% from 238); Green value is 7 (3.12% from 255 or 2.94% from 238); Blue value is 71 (28.12% from 255 or 29.83% from 238); Max value from RGB is 160 - color contains mainly: red. Hex color #A00747 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00747 is #5FF8B8. Grayscale: #3B3B3B. Windows color (decimal): -6289593 or 4655008. OLE color: 4655008.

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

Color convert

RGB 160 7 71 -
CMYK 0 0.96 0.56 0.37
HSL 334.9º 0.92% 0.33% -
HSV(B) 334.9º 0.96% 0.63% -
XYZ 15.71 8.08 6.69 -
YUV 60.04 134.19 199.3 -
System Red Green Blue C M Y K H S L
Decimal 160 7 71 0 0.96 0.56 0.37 334.9 0.92 0.33
Hex A0 7 47 0 60 38 25 14F 5C 21
Octal 240 7 107 0 140 70 45 517 134 41
Binary 10100000 111 1000111 0 1100000 111000 100101 101001111 1011100 100001

Color Harmonies of #A00747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00747

Black with #A00747

Text Example


Text Example

White with #A00747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00747; }

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

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

background-color css

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

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

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

border-color css

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

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

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