Html Css Color HEX #A51A5F Jazzberry Jam

📋 copy color: '#A51A5F'

red 165 ◦ green 26 ◦ blue 95

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

Shades of Jazzberry Jam #A51A5F

Tints of Jazzberry Jam #A51A5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 33.22%

R = 57.69%
G = 9.09%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#A51A5F (or 0xA51A5F) is known color: Jazzberry Jam. HEX triplet: A5, 1A and 5F. RGB value is (165,26,95). Sum of RGB (Red+Green+Blue) = 165+26+95=286 (37% of max value = 765). Red value is 165 (64.84% from 255 or 57.69% from 286); Green value is 26 (10.55% from 255 or 9.09% from 286); Blue value is 95 (37.5% from 255 or 33.22% from 286); Max value from RGB is 165 - color contains mainly: red. Hex color #A51A5F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A51A5F is #5AE5A0. Grayscale: #4B4B4B. Windows color (decimal): -5957025 or 6232741. OLE color: 6232741.

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

Color convert

RGB 165 26 95 -
CMYK 0 0.84 0.42 0.35
HSL 330.22º 0.73% 0.37% -
HSV(B) 330.22º 0.84% 0.65% -
XYZ 17.95 9.56 11.73 -
YUV 75.43 139.05 191.89 -
System Red Green Blue C M Y K H S L
Decimal 165 26 95 0 0.84 0.42 0.35 330.22 0.73 0.37
Hex A5 1A 5F 0 54 2A 23 14A 49 25
Octal 245 32 137 0 124 52 43 512 111 45
Binary 10100101 11010 1011111 0 1010100 101010 100011 101001010 1001001 100101

Color Harmonies of #A51A5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51A5F

Black with #A51A5F

Text Example


Text Example

White with #A51A5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51A5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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