Html Css Color HEX #A51A5B Jazzberry Jam

📋 copy color: '#A51A5B'

red 165 ◦ green 26 ◦ blue 91

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

Shades of Jazzberry Jam #A51A5B

Tints of Jazzberry Jam #A51A5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 32.27%

R = 58.51%
G = 9.22%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.45

 K value IS 0.35

RGB Variations

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

Color information

#A51A5B (or 0xA51A5B) is known color: Jazzberry Jam. HEX triplet: A5, 1A and 5B. RGB value is (165,26,91). Sum of RGB (Red+Green+Blue) = 165+26+91=282 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.51% from 282); Green value is 26 (10.55% from 255 or 9.22% from 282); Blue value is 91 (35.94% from 255 or 32.27% from 282); Max value from RGB is 165 - color contains mainly: red. Hex color #A51A5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A51A5B is #5AE5A4. Grayscale: #4A4A4A. Windows color (decimal): -5957029 or 5970597. OLE color: 5970597.

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

Color convert

RGB 165 26 91 -
CMYK 0 0.84 0.45 0.35
HSL 331.94º 0.73% 0.37% -
HSV(B) 331.94º 0.84% 0.65% -
XYZ 17.77 9.49 10.79 -
YUV 74.97 137.05 192.21 -
System Red Green Blue C M Y K H S L
Decimal 165 26 91 0 0.84 0.45 0.35 331.94 0.73 0.37
Hex A5 1A 5B 0 54 2D 23 14C 49 25
Octal 245 32 133 0 124 55 43 514 111 45
Binary 10100101 11010 1011011 0 1010100 101101 100011 101001100 1001001 100101

Color Harmonies of #A51A5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51A5B

Black with #A51A5B

Text Example


Text Example

White with #A51A5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51A5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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