Html Css Color HEX #A00751 Jazzberry Jam

📋 copy color: '#A00751'

red 160 ◦ green 7 ◦ blue 81

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

Shades of Jazzberry Jam #A00751

Tints of Jazzberry Jam #A00751

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 32.66%

R = 64.52%
G = 2.82%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.49

 K value IS 0.37

RGB Variations

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

Color information

#A00751 (or 0xA00751) is known color: Jazzberry Jam. HEX triplet: A0, 07 and 51. RGB value is (160,7,81). Sum of RGB (Red+Green+Blue) = 160+7+81=248 (32% of max value = 765). Red value is 160 (62.89% from 255 or 64.52% from 248); Green value is 7 (3.12% from 255 or 2.82% from 248); Blue value is 81 (32.03% from 255 or 32.66% from 248); Max value from RGB is 160 - color contains mainly: red. Hex color #A00751 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00751 is #5FF8AE. Grayscale: #3D3D3D. Windows color (decimal): -6289583 or 5310368. OLE color: 5310368.

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

Color convert

RGB 160 7 81 -
CMYK 0 0.96 0.49 0.37
HSL 330.98º 0.92% 0.33% -
HSV(B) 330.98º 0.96% 0.63% -
XYZ 16.06 8.22 8.52 -
YUV 61.18 139.19 198.48 -
System Red Green Blue C M Y K H S L
Decimal 160 7 81 0 0.96 0.49 0.37 330.98 0.92 0.33
Hex A0 7 51 0 60 31 25 14B 5C 21
Octal 240 7 121 0 140 61 45 513 134 41
Binary 10100000 111 1010001 0 1100000 110001 100101 101001011 1011100 100001

Color Harmonies of #A00751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00751

Black with #A00751

Text Example


Text Example

White with #A00751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00751; }

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

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

background-color css

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

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

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

border-color css

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

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

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