Html Css Color HEX #A00140 Jazzberry Jam

📋 copy color: '#A00140'

red 160 ◦ green 1 ◦ blue 64

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

Shades of Jazzberry Jam #A00140

Tints of Jazzberry Jam #A00140

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.44%

 BLUE value IS 64 (25.39% from 255) = 28.44%

R = 71.11%
G = 0.44%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.6

 K value IS 0.37

RGB Variations

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

Color information

#A00140 (or 0xA00140) is known color: Jazzberry Jam. HEX triplet: A0, 01 and 40. RGB value is (160,1,64). Sum of RGB (Red+Green+Blue) = 160+1+64=225 (29% of max value = 765). Red value is 160 (62.89% from 255 or 71.11% from 225); Green value is 1 (0.78% from 255 or 0.44% from 225); Blue value is 64 (25.39% from 255 or 28.44% from 225); Max value from RGB is 160 - color contains mainly: red. Hex color #A00140 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00140 is #5FFEBF. Grayscale: #373737. Windows color (decimal): -6291136 or 4194720. OLE color: 4194720.

HSL color Cylindrical-coordinate representation of color #A00140: hue angle of 336.23º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A00140 is Cyan = 0, Magento = 0.99, Yellow = 0.6 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 1 64 -
CMYK 0 0.99 0.6 0.37
HSL 336.23º 0.99% 0.32% -
HSV(B) 336.23º 0.99% 0.63% -
XYZ 15.43 7.87 5.56 -
YUV 55.72 132.68 202.38 -
System Red Green Blue C M Y K H S L
Decimal 160 1 64 0 0.99 0.6 0.37 336.23 0.99 0.32
Hex A0 1 40 0 63 3C 25 150 63 20
Octal 240 1 100 0 143 74 45 520 143 40
Binary 10100000 1 1000000 0 1100011 111100 100101 101010000 1100011 100000

Color Harmonies of #A00140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00140

Black with #A00140

Text Example


Text Example

White with #A00140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00140; }

 p { color: rgb(160,1,64); }

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

background-color css

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

 a { background-color: rgb(160,1,64); }

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

border-color css

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

 span { border-color: rgb(160,1,64); }

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