Html Css Color HEX #A10240 Jazzberry Jam

📋 copy color: '#A10240'

red 161 ◦ green 2 ◦ blue 64

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

Shades of Jazzberry Jam #A10240

Tints of Jazzberry Jam #A10240

RGB

 RED value IS 161 (63.28% from 255) = 70.93%

 GREEN value IS 2 (1.17% from 255) = 0.88%

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

R = 70.93%
G = 0.88%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.60

 K value IS 0.37

RGB Variations

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

Color information

#A10240 (or 0xA10240) is known color: Jazzberry Jam. HEX triplet: A1, 02 and 40. RGB value is (161,2,64). Sum of RGB (Red+Green+Blue) = 161+2+64=227 (30% of max value = 765). Red value is 161 (63.28% from 255 or 70.93% from 227); Green value is 2 (1.17% from 255 or 0.88% from 227); Blue value is 64 (25.39% from 255 or 28.19% from 227); Max value from RGB is 161 - color contains mainly: red. Hex color #A10240 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A10240 is #5EFDBF. Grayscale: #383838. Windows color (decimal): -6225344 or 4194977. OLE color: 4194977.

HSL color Cylindrical-coordinate representation of color #A10240: hue angle of 336.6º degrees, saturation: 0.98, 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 #A10240 is Cyan = 0, Magento = 0.99, Yellow = 0.60 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 2 64 -
CMYK 0 0.99 0.60 0.37
HSL 336.6º 0.98% 0.32% -
HSV(B) 336.6º 0.99% 0.63% -
XYZ 15.65 7.99 5.57 -
YUV 56.61 132.18 202.46 -
System Red Green Blue C M Y K H S L
Decimal 161 2 64 0 0.99 0.60 0.37 336.6 0.98 0.32
Hex A1 2 40 0 63 3C 25 151 62 20
Octal 241 2 100 0 143 74 45 521 142 40
Binary 10100001 10 1000000 0 1100011 111100 100101 101010001 1100010 100000

Color Harmonies of #A10240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10240

Black with #A10240

Text Example


Text Example

White with #A10240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10240; }

 p { color: rgb(161,2,64); }

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

background-color css

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

 a { background-color: rgb(161,2,64); }

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

border-color css

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

 span { border-color: rgb(161,2,64); }

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