Html Css Color HEX #A51B5B Jazzberry Jam

📋 copy color: '#A51B5B'

red 165 ◦ green 27 ◦ blue 91

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

Shades of Jazzberry Jam #A51B5B

Tints of Jazzberry Jam #A51B5B

RGB

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

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

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

R = 58.3%
G = 9.54%
B = 32.16%

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

#A51B5B (or 0xA51B5B) is known color: Jazzberry Jam. HEX triplet: A5, 1B and 5B. RGB value is (165,27,91). Sum of RGB (Red+Green+Blue) = 165+27+91=283 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.30% from 283); Green value is 27 (10.94% from 255 or 9.54% from 283); Blue value is 91 (35.94% from 255 or 32.16% from 283); Max value from RGB is 165 - color contains mainly: red. Hex color #A51B5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A51B5B is #5AE4A4. Grayscale: #4B4B4B. Windows color (decimal): -5956773 or 5970853. OLE color: 5970853.

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

Color convert

RGB 165 27 91 -
CMYK 0 0.84 0.45 0.35
HSL 332.17º 0.72% 0.38% -
HSV(B) 332.17º 0.84% 0.65% -
XYZ 17.8 9.54 10.8 -
YUV 75.56 136.72 191.8 -
System Red Green Blue C M Y K H S L
Decimal 165 27 91 0 0.84 0.45 0.35 332.17 0.72 0.38
Hex A5 1B 5B 0 54 2D 23 14C 48 26
Octal 245 33 133 0 124 55 43 514 110 46
Binary 10100101 11011 1011011 0 1010100 101101 100011 101001100 1001000 100110

Color Harmonies of #A51B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51B5B

Black with #A51B5B

Text Example


Text Example

White with #A51B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51B5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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