Html Css Color HEX #A51A5C Jazzberry Jam

📋 copy color: '#A51A5C'

red 165 ◦ green 26 ◦ blue 92

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

Shades of Jazzberry Jam #A51A5C

Tints of Jazzberry Jam #A51A5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 32.51%

R = 58.3%
G = 9.19%
B = 32.51%

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

#A51A5C (or 0xA51A5C) is known color: Jazzberry Jam. HEX triplet: A5, 1A and 5C. RGB value is (165,26,92). Sum of RGB (Red+Green+Blue) = 165+26+92=283 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.30% from 283); Green value is 26 (10.55% from 255 or 9.19% from 283); Blue value is 92 (36.33% from 255 or 32.51% from 283); Max value from RGB is 165 - color contains mainly: red. Hex color #A51A5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A51A5C is #5AE5A3. Grayscale: #4A4A4A. Windows color (decimal): -5957028 or 6036133. OLE color: 6036133.

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

Color convert

RGB 165 26 92 -
CMYK 0 0.84 0.44 0.35
HSL 331.51º 0.73% 0.37% -
HSV(B) 331.51º 0.84% 0.65% -
XYZ 17.82 9.51 11.02 -
YUV 75.09 137.55 192.13 -
System Red Green Blue C M Y K H S L
Decimal 165 26 92 0 0.84 0.44 0.35 331.51 0.73 0.37
Hex A5 1A 5C 0 54 2C 23 14C 49 25
Octal 245 32 134 0 124 54 43 514 111 45
Binary 10100101 11010 1011100 0 1010100 101100 100011 101001100 1001001 100101

Color Harmonies of #A51A5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51A5C

Black with #A51A5C

Text Example


Text Example

White with #A51A5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51A5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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