Html Css Color HEX #AB144C Jazzberry Jam

📋 copy color: '#AB144C'

red 171 ◦ green 20 ◦ blue 76

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

Shades of Jazzberry Jam #AB144C

Tints of Jazzberry Jam #AB144C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.49%

 BLUE value IS 76 (30.08% from 255) = 28.46%

R = 64.04%
G = 7.49%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AB144C (or 0xAB144C) is known color: Jazzberry Jam. HEX triplet: AB, 14 and 4C. RGB value is (171,20,76). Sum of RGB (Red+Green+Blue) = 171+20+76=267 (35% of max value = 765). Red value is 171 (67.19% from 255 or 64.04% from 267); Green value is 20 (8.20% from 255 or 7.49% from 267); Blue value is 76 (30.08% from 255 or 28.46% from 267); Max value from RGB is 171 - color contains mainly: red. Hex color #AB144C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB144C is #54EBB3. Grayscale: #474747. Windows color (decimal): -5565364 or 4986027. OLE color: 4986027.

HSL color Cylindrical-coordinate representation of color #AB144C: hue angle of 337.75º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AB144C is Cyan = 0, Magento = 0.88, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 20 76 -
CMYK 0 0.88 0.56 0.33
HSL 337.75º 0.79% 0.37% -
HSV(B) 337.75º 0.88% 0.67% -
XYZ 18.35 9.68 7.74 -
YUV 71.53 130.53 198.95 -
System Red Green Blue C M Y K H S L
Decimal 171 20 76 0 0.88 0.56 0.33 337.75 0.79 0.37
Hex AB 14 4C 0 58 38 21 152 4F 25
Octal 253 24 114 0 130 70 41 522 117 45
Binary 10101011 10100 1001100 0 1011000 111000 100001 101010010 1001111 100101

Color Harmonies of #AB144C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB144C

Black with #AB144C

Text Example


Text Example

White with #AB144C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB144C; }

 p { color: rgb(171,20,76); }

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

background-color css

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

 a { background-color: rgb(171,20,76); }

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

border-color css

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

 span { border-color: rgb(171,20,76); }

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