Html Css Color HEX #AB1B53 Jazzberry Jam

📋 copy color: '#AB1B53'

red 171 ◦ green 27 ◦ blue 83

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

Shades of Jazzberry Jam #AB1B53

Tints of Jazzberry Jam #AB1B53

RGB

 RED value IS 171 (67.19% from 255) = 60.85%

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

 BLUE value IS 83 (32.81% from 255) = 29.54%

R = 60.85%
G = 9.61%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#AB1B53 (or 0xAB1B53) is known color: Jazzberry Jam. HEX triplet: AB, 1B and 53. RGB value is (171,27,83). Sum of RGB (Red+Green+Blue) = 171+27+83=281 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.85% from 281); Green value is 27 (10.94% from 255 or 9.61% from 281); Blue value is 83 (32.81% from 255 or 29.54% from 281); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1B53 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB1B53 is #54E4AC. Grayscale: #4C4C4C. Windows color (decimal): -5563565 or 5446571. OLE color: 5446571.

HSL color Cylindrical-coordinate representation of color #AB1B53: hue angle of 336.67º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AB1B53 is Cyan = 0, Magento = 0.84, Yellow = 0.51 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 27 83 -
CMYK 0 0.84 0.51 0.33
HSL 336.67º 0.73% 0.39% -
HSV(B) 336.67º 0.84% 0.67% -
XYZ 18.75 10.07 9.14 -
YUV 76.44 131.71 195.45 -
System Red Green Blue C M Y K H S L
Decimal 171 27 83 0 0.84 0.51 0.33 336.67 0.73 0.39
Hex AB 1B 53 0 54 33 21 151 49 27
Octal 253 33 123 0 124 63 41 521 111 47
Binary 10101011 11011 1010011 0 1010100 110011 100001 101010001 1001001 100111

Color Harmonies of #AB1B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1B53

Black with #AB1B53

Text Example


Text Example

White with #AB1B53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1B53; }

 p { color: rgb(171,27,83); }

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

background-color css

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

 a { background-color: rgb(171,27,83); }

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

border-color css

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

 span { border-color: rgb(171,27,83); }

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