Html Css Color HEX #AB0448 Jazzberry Jam

📋 copy color: '#AB0448'

red 171 ◦ green 4 ◦ blue 72

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

Shades of Jazzberry Jam #AB0448

Tints of Jazzberry Jam #AB0448

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.62%

 BLUE value IS 72 (28.52% from 255) = 29.15%

R = 69.23%
G = 1.62%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AB0448 (or 0xAB0448) is known color: Jazzberry Jam. HEX triplet: AB, 04 and 48. RGB value is (171,4,72). Sum of RGB (Red+Green+Blue) = 171+4+72=247 (32% of max value = 765). Red value is 171 (67.19% from 255 or 69.23% from 247); Green value is 4 (1.95% from 255 or 1.62% from 247); Blue value is 72 (28.52% from 255 or 29.15% from 247); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0448 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0448 is #54FBB7. Grayscale: #3D3D3D. Windows color (decimal): -5569464 or 4719787. OLE color: 4719787.

HSL color Cylindrical-coordinate representation of color #AB0448: hue angle of 335.57º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AB0448 is Cyan = 0, Magento = 0.98, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 4 72 -
CMYK 0 0.98 0.58 0.33
HSL 335.57º 0.95% 0.34% -
HSV(B) 335.57º 0.98% 0.67% -
XYZ 18.01 9.21 6.96 -
YUV 61.69 133.83 205.97 -
System Red Green Blue C M Y K H S L
Decimal 171 4 72 0 0.98 0.58 0.33 335.57 0.95 0.34
Hex AB 4 48 0 62 3A 21 150 5F 22
Octal 253 4 110 0 142 72 41 520 137 42
Binary 10101011 100 1001000 0 1100010 111010 100001 101010000 1011111 100010

Color Harmonies of #AB0448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0448

Black with #AB0448

Text Example


Text Example

White with #AB0448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0448; }

 p { color: rgb(171,4,72); }

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

background-color css

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

 a { background-color: rgb(171,4,72); }

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

border-color css

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

 span { border-color: rgb(171,4,72); }

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