Html Css Color HEX #A00757 Jazzberry Jam

📋 copy color: '#A00757'

red 160 ◦ green 7 ◦ blue 87

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

Shades of Jazzberry Jam #A00757

Tints of Jazzberry Jam #A00757

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 34.25%

R = 62.99%
G = 2.76%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.46

 K value IS 0.37

RGB Variations

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

Color information

#A00757 (or 0xA00757) is known color: Jazzberry Jam. HEX triplet: A0, 07 and 57. RGB value is (160,7,87). Sum of RGB (Red+Green+Blue) = 160+7+87=254 (33% of max value = 765). Red value is 160 (62.89% from 255 or 62.99% from 254); Green value is 7 (3.12% from 255 or 2.76% from 254); Blue value is 87 (34.38% from 255 or 34.25% from 254); Max value from RGB is 160 - color contains mainly: red. Hex color #A00757 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00757 is #5FF8A8. Grayscale: #3D3D3D. Windows color (decimal): -6289577 or 5703584. OLE color: 5703584.

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

Color convert

RGB 160 7 87 -
CMYK 0 0.96 0.46 0.37
HSL 328.63º 0.92% 0.33% -
HSV(B) 328.63º 0.96% 0.63% -
XYZ 16.29 8.31 9.76 -
YUV 61.87 142.19 198 -
System Red Green Blue C M Y K H S L
Decimal 160 7 87 0 0.96 0.46 0.37 328.63 0.92 0.33
Hex A0 7 57 0 60 2E 25 149 5C 21
Octal 240 7 127 0 140 56 45 511 134 41
Binary 10100000 111 1010111 0 1100000 101110 100101 101001001 1011100 100001

Color Harmonies of #A00757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00757

Black with #A00757

Text Example


Text Example

White with #A00757

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00757; }

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

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

background-color css

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

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

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

border-color css

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

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

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