Html Css Color HEX #A51B5D Jazzberry Jam

📋 copy color: '#A51B5D'

red 165 ◦ green 27 ◦ blue 93

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

Shades of Jazzberry Jam #A51B5D

Tints of Jazzberry Jam #A51B5D

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.47%

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

R = 57.89%
G = 9.47%
B = 32.63%

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

#A51B5D (or 0xA51B5D) is known color: Jazzberry Jam. HEX triplet: A5, 1B and 5D. RGB value is (165,27,93). Sum of RGB (Red+Green+Blue) = 165+27+93=285 (37% of max value = 765). Red value is 165 (64.84% from 255 or 57.89% from 285); Green value is 27 (10.94% from 255 or 9.47% from 285); Blue value is 93 (36.72% from 255 or 32.63% from 285); Max value from RGB is 165 - color contains mainly: red. Hex color #A51B5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A51B5D is #5AE4A2. Grayscale: #4B4B4B. Windows color (decimal): -5956771 or 6101925. OLE color: 6101925.

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

Color convert

RGB 165 27 93 -
CMYK 0 0.84 0.44 0.35
HSL 331.3º 0.72% 0.38% -
HSV(B) 331.3º 0.84% 0.65% -
XYZ 17.88 9.57 11.26 -
YUV 75.79 137.72 191.63 -
System Red Green Blue C M Y K H S L
Decimal 165 27 93 0 0.84 0.44 0.35 331.3 0.72 0.38
Hex A5 1B 5D 0 54 2C 23 14B 48 26
Octal 245 33 135 0 124 54 43 513 110 46
Binary 10100101 11011 1011101 0 1010100 101100 100011 101001011 1001000 100110

Color Harmonies of #A51B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51B5D

Black with #A51B5D

Text Example


Text Example

White with #A51B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51B5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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