Html Css Color HEX #AB144B Jazzberry Jam

📋 copy color: '#AB144B'

red 171 ◦ green 20 ◦ blue 75

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

Shades of Jazzberry Jam #AB144B

Tints of Jazzberry Jam #AB144B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 28.2%

R = 64.29%
G = 7.52%
B = 28.2%

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

#AB144B (or 0xAB144B) is known color: Jazzberry Jam. HEX triplet: AB, 14 and 4B. RGB value is (171,20,75). Sum of RGB (Red+Green+Blue) = 171+20+75=266 (35% of max value = 765). Red value is 171 (67.19% from 255 or 64.29% from 266); Green value is 20 (8.20% from 255 or 7.52% from 266); Blue value is 75 (29.69% from 255 or 28.20% from 266); Max value from RGB is 171 - color contains mainly: red. Hex color #AB144B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB144B is #54EBB4. Grayscale: #474747. Windows color (decimal): -5565365 or 4920491. OLE color: 4920491.

HSL color Cylindrical-coordinate representation of color #AB144B: hue angle of 338.15º 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 #AB144B is Cyan = 0, Magento = 0.88, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 20 75 -
CMYK 0 0.88 0.56 0.33
HSL 338.15º 0.79% 0.37% -
HSV(B) 338.15º 0.88% 0.67% -
XYZ 18.31 9.67 7.56 -
YUV 71.42 130.03 199.03 -
System Red Green Blue C M Y K H S L
Decimal 171 20 75 0 0.88 0.56 0.33 338.15 0.79 0.37
Hex AB 14 4B 0 58 38 21 152 4F 25
Octal 253 24 113 0 130 70 41 522 117 45
Binary 10101011 10100 1001011 0 1011000 111000 100001 101010010 1001111 100101

Color Harmonies of #AB144B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB144B

Black with #AB144B

Text Example


Text Example

White with #AB144B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB144B; }

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

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

background-color css

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

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

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

border-color css

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

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

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