Html Css Color HEX #A10F40 Jazzberry Jam

📋 copy color: '#A10F40'

red 161 ◦ green 15 ◦ blue 64

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

Shades of Jazzberry Jam #A10F40

Tints of Jazzberry Jam #A10F40

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.25%

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

R = 67.08%
G = 6.25%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.60

 K value IS 0.37

RGB Variations

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

Color information

#A10F40 (or 0xA10F40) is known color: Jazzberry Jam. HEX triplet: A1, 0F and 40. RGB value is (161,15,64). Sum of RGB (Red+Green+Blue) = 161+15+64=240 (31% of max value = 765). Red value is 161 (63.28% from 255 or 67.08% from 240); Green value is 15 (6.25% from 255 or 6.25% from 240); Blue value is 64 (25.39% from 255 or 26.67% from 240); Max value from RGB is 161 - color contains mainly: red. Hex color #A10F40 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A10F40 is #5EF0BF. Grayscale: #404040. Windows color (decimal): -6222016 or 4198305. OLE color: 4198305.

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

Color convert

RGB 161 15 64 -
CMYK 0 0.91 0.60 0.37
HSL 339.86º 0.83% 0.35% -
HSV(B) 339.86º 0.91% 0.63% -
XYZ 15.79 8.29 5.62 -
YUV 64.24 127.87 197.02 -
System Red Green Blue C M Y K H S L
Decimal 161 15 64 0 0.91 0.60 0.37 339.86 0.83 0.35
Hex A1 F 40 0 5B 3C 25 154 53 23
Octal 241 17 100 0 133 74 45 524 123 43
Binary 10100001 1111 1000000 0 1011011 111100 100101 101010100 1010011 100011

Color Harmonies of #A10F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10F40

Black with #A10F40

Text Example


Text Example

White with #A10F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10F40; }

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

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

background-color css

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

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

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

border-color css

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

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

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