Html Css Color HEX #A51A5D Jazzberry Jam

📋 copy color: '#A51A5D'

red 165 ◦ green 26 ◦ blue 93

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

Shades of Jazzberry Jam #A51A5D

Tints of Jazzberry Jam #A51A5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 32.75%

R = 58.1%
G = 9.15%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.44

 K value IS 0.35

RGB Variations

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

Color information

#A51A5D (or 0xA51A5D) is known color: Jazzberry Jam. HEX triplet: A5, 1A and 5D. RGB value is (165,26,93). Sum of RGB (Red+Green+Blue) = 165+26+93=284 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.10% from 284); Green value is 26 (10.55% from 255 or 9.15% from 284); Blue value is 93 (36.72% from 255 or 32.75% from 284); Max value from RGB is 165 - color contains mainly: red. Hex color #A51A5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A51A5D is #5AE5A2. Grayscale: #4B4B4B. Windows color (decimal): -5957027 or 6101669. OLE color: 6101669.

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

Color convert

RGB 165 26 93 -
CMYK 0 0.84 0.44 0.35
HSL 331.08º 0.73% 0.37% -
HSV(B) 331.08º 0.84% 0.65% -
XYZ 17.86 9.53 11.25 -
YUV 75.2 138.05 192.05 -
System Red Green Blue C M Y K H S L
Decimal 165 26 93 0 0.84 0.44 0.35 331.08 0.73 0.37
Hex A5 1A 5D 0 54 2C 23 14B 49 25
Octal 245 32 135 0 124 54 43 513 111 45
Binary 10100101 11010 1011101 0 1010100 101100 100011 101001011 1001001 100101

Color Harmonies of #A51A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51A5D

Black with #A51A5D

Text Example


Text Example

White with #A51A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51A5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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