Html Css Color HEX #A00755 Jazzberry Jam

📋 copy color: '#A00755'

red 160 ◦ green 7 ◦ blue 85

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

Shades of Jazzberry Jam #A00755

Tints of Jazzberry Jam #A00755

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 33.73%

R = 63.49%
G = 2.78%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.47

 K value IS 0.37

RGB Variations

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

Color information

#A00755 (or 0xA00755) is known color: Jazzberry Jam. HEX triplet: A0, 07 and 55. RGB value is (160,7,85). Sum of RGB (Red+Green+Blue) = 160+7+85=252 (33% of max value = 765). Red value is 160 (62.89% from 255 or 63.49% from 252); Green value is 7 (3.12% from 255 or 2.78% from 252); Blue value is 85 (33.59% from 255 or 33.73% from 252); Max value from RGB is 160 - color contains mainly: red. Hex color #A00755 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00755 is #5FF8AA. Grayscale: #3D3D3D. Windows color (decimal): -6289579 or 5572512. OLE color: 5572512.

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

Color convert

RGB 160 7 85 -
CMYK 0 0.96 0.47 0.37
HSL 329.41º 0.92% 0.33% -
HSV(B) 329.41º 0.96% 0.63% -
XYZ 16.21 8.28 9.34 -
YUV 61.64 141.19 198.16 -
System Red Green Blue C M Y K H S L
Decimal 160 7 85 0 0.96 0.47 0.37 329.41 0.92 0.33
Hex A0 7 55 0 60 2F 25 149 5C 21
Octal 240 7 125 0 140 57 45 511 134 41
Binary 10100000 111 1010101 0 1100000 101111 100101 101001001 1011100 100001

Color Harmonies of #A00755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00755

Black with #A00755

Text Example


Text Example

White with #A00755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00755; }

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

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

background-color css

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

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

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

border-color css

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

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

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