Html Css Color HEX #A50F42 Jazzberry Jam

📋 copy color: '#A50F42'

red 165 ◦ green 15 ◦ blue 66

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

Shades of Jazzberry Jam #A50F42

Tints of Jazzberry Jam #A50F42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 26.83%

R = 67.07%
G = 6.1%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.60

 K value IS 0.35

RGB Variations

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

Color information

#A50F42 (or 0xA50F42) is known color: Jazzberry Jam. HEX triplet: A5, 0F and 42. RGB value is (165,15,66). Sum of RGB (Red+Green+Blue) = 165+15+66=246 (32% of max value = 765). Red value is 165 (64.84% from 255 or 67.07% from 246); Green value is 15 (6.25% from 255 or 6.10% from 246); Blue value is 66 (26.17% from 255 or 26.83% from 246); Max value from RGB is 165 - color contains mainly: red. Hex color #A50F42 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A50F42 is #5AF0BD. Grayscale: #414141. Windows color (decimal): -5959870 or 4329381. OLE color: 4329381.

HSL color Cylindrical-coordinate representation of color #A50F42: hue angle of 339.6º 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 #A50F42 is Cyan = 0, Magento = 0.91, Yellow = 0.60 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 15 66 -
CMYK 0 0.91 0.60 0.35
HSL 339.6º 0.83% 0.35% -
HSV(B) 339.6º 0.91% 0.65% -
XYZ 16.67 8.73 5.96 -
YUV 65.66 128.2 198.85 -
System Red Green Blue C M Y K H S L
Decimal 165 15 66 0 0.91 0.60 0.35 339.6 0.83 0.35
Hex A5 F 42 0 5B 3C 23 154 53 23
Octal 245 17 102 0 133 74 43 524 123 43
Binary 10100101 1111 1000010 0 1011011 111100 100011 101010100 1010011 100011

Color Harmonies of #A50F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50F42

Black with #A50F42

Text Example


Text Example

White with #A50F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50F42; }

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

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

background-color css

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

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

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

border-color css

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

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

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