Html Css Color HEX #A50F41 Jazzberry Jam

📋 copy color: '#A50F41'

red 165 ◦ green 15 ◦ blue 65

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

Shades of Jazzberry Jam #A50F41

Tints of Jazzberry Jam #A50F41

RGB

 RED value IS 165 (64.84% from 255) = 67.35%

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

 BLUE value IS 65 (25.78% from 255) = 26.53%

R = 67.35%
G = 6.12%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#A50F41 (or 0xA50F41) is known color: Jazzberry Jam. HEX triplet: A5, 0F and 41. RGB value is (165,15,65). Sum of RGB (Red+Green+Blue) = 165+15+65=245 (32% of max value = 765). Red value is 165 (64.84% from 255 or 67.35% from 245); Green value is 15 (6.25% from 255 or 6.12% from 245); Blue value is 65 (25.78% from 255 or 26.53% from 245); Max value from RGB is 165 - color contains mainly: red. Hex color #A50F41 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A50F41 is #5AF0BE. Grayscale: #414141. Windows color (decimal): -5959871 or 4263845. OLE color: 4263845.

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

Color convert

RGB 165 15 65 -
CMYK 0 0.91 0.61 0.35
HSL 340º 0.83% 0.35% -
HSV(B) 340º 0.91% 0.65% -
XYZ 16.64 8.72 5.81 -
YUV 65.55 127.7 198.93 -
System Red Green Blue C M Y K H S L
Decimal 165 15 65 0 0.91 0.61 0.35 340 0.83 0.35
Hex A5 F 41 0 5B 3D 23 154 53 23
Octal 245 17 101 0 133 75 43 524 123 43
Binary 10100101 1111 1000001 0 1011011 111101 100011 101010100 1010011 100011

Color Harmonies of #A50F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50F41

Black with #A50F41

Text Example


Text Example

White with #A50F41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50F41; }

 p { color: rgb(165,15,65); }

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

background-color css

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

 a { background-color: rgb(165,15,65); }

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

border-color css

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

 span { border-color: rgb(165,15,65); }

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