Html Css Color HEX #A01144 Jazzberry Jam

📋 copy color: '#A01144'

red 160 ◦ green 17 ◦ blue 68

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

Shades of Jazzberry Jam #A01144

Tints of Jazzberry Jam #A01144

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.94%

 BLUE value IS 68 (26.95% from 255) = 27.76%

R = 65.31%
G = 6.94%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.57

 K value IS 0.37

RGB Variations

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

Color information

#A01144 (or 0xA01144) is known color: Jazzberry Jam. HEX triplet: A0, 11 and 44. RGB value is (160,17,68). Sum of RGB (Red+Green+Blue) = 160+17+68=245 (32% of max value = 765). Red value is 160 (62.89% from 255 or 65.31% from 245); Green value is 17 (7.03% from 255 or 6.94% from 245); Blue value is 68 (26.95% from 255 or 27.76% from 245); Max value from RGB is 160 - color contains mainly: red. Hex color #A01144 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A01144 is #5FEEBB. Grayscale: #414141. Windows color (decimal): -6287036 or 4460960. OLE color: 4460960.

HSL color Cylindrical-coordinate representation of color #A01144: hue angle of 338.6º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A01144 is Cyan = 0, Magento = 0.89, Yellow = 0.57 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 17 68 -
CMYK 0 0.89 0.57 0.37
HSL 338.6º 0.81% 0.35% -
HSV(B) 338.6º 0.89% 0.63% -
XYZ 15.74 8.29 6.24 -
YUV 65.57 129.38 195.35 -
System Red Green Blue C M Y K H S L
Decimal 160 17 68 0 0.89 0.57 0.37 338.6 0.81 0.35
Hex A0 11 44 0 59 39 25 153 51 23
Octal 240 21 104 0 131 71 45 523 121 43
Binary 10100000 10001 1000100 0 1011001 111001 100101 101010011 1010001 100011

Color Harmonies of #A01144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01144

Black with #A01144

Text Example


Text Example

White with #A01144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01144; }

 p { color: rgb(160,17,68); }

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

background-color css

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

 a { background-color: rgb(160,17,68); }

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

border-color css

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

 span { border-color: rgb(160,17,68); }

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