Html Css Color HEX #A51A57 Jazzberry Jam

📋 copy color: '#A51A57'

red 165 ◦ green 26 ◦ blue 87

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

Shades of Jazzberry Jam #A51A57

Tints of Jazzberry Jam #A51A57

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.35%

 BLUE value IS 87 (34.38% from 255) = 31.29%

R = 59.35%
G = 9.35%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.47

 K value IS 0.35

RGB Variations

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

Color information

#A51A57 (or 0xA51A57) is known color: Jazzberry Jam. HEX triplet: A5, 1A and 57. RGB value is (165,26,87). Sum of RGB (Red+Green+Blue) = 165+26+87=278 (36% of max value = 765). Red value is 165 (64.84% from 255 or 59.35% from 278); Green value is 26 (10.55% from 255 or 9.35% from 278); Blue value is 87 (34.38% from 255 or 31.29% from 278); Max value from RGB is 165 - color contains mainly: red. Hex color #A51A57 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A51A57 is #5AE5A8. Grayscale: #4A4A4A. Windows color (decimal): -5957033 or 5708453. OLE color: 5708453.

HSL color Cylindrical-coordinate representation of color #A51A57: hue angle of 333.67º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A51A57 is Cyan = 0, Magento = 0.84, Yellow = 0.47 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 26 87 -
CMYK 0 0.84 0.47 0.35
HSL 333.67º 0.73% 0.37% -
HSV(B) 333.67º 0.84% 0.65% -
XYZ 17.61 9.43 9.91 -
YUV 74.52 135.05 192.54 -
System Red Green Blue C M Y K H S L
Decimal 165 26 87 0 0.84 0.47 0.35 333.67 0.73 0.37
Hex A5 1A 57 0 54 2F 23 14E 49 25
Octal 245 32 127 0 124 57 43 516 111 45
Binary 10100101 11010 1010111 0 1010100 101111 100011 101001110 1001001 100101

Color Harmonies of #A51A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51A57

Black with #A51A57

Text Example


Text Example

White with #A51A57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51A57; }

 p { color: rgb(165,26,87); }

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

background-color css

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

 a { background-color: rgb(165,26,87); }

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

border-color css

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

 span { border-color: rgb(165,26,87); }

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