Html Css Color HEX #AB0748 Jazzberry Jam

📋 copy color: '#AB0748'

red 171 ◦ green 7 ◦ blue 72

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

Shades of Jazzberry Jam #AB0748

Tints of Jazzberry Jam #AB0748

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.8%

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

R = 68.4%
G = 2.8%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AB0748 (or 0xAB0748) is known color: Jazzberry Jam. HEX triplet: AB, 07 and 48. RGB value is (171,7,72). Sum of RGB (Red+Green+Blue) = 171+7+72=250 (33% of max value = 765). Red value is 171 (67.19% from 255 or 68.4% from 250); Green value is 7 (3.12% from 255 or 2.8% from 250); Blue value is 72 (28.52% from 255 or 28.8% from 250); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0748 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0748 is #54F8B7. Grayscale: #3F3F3F. Windows color (decimal): -5568696 or 4720555. OLE color: 4720555.

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

Color convert

RGB 171 7 72 -
CMYK 0 0.96 0.58 0.33
HSL 336.22º 0.92% 0.35% -
HSV(B) 336.22º 0.96% 0.67% -
XYZ 18.04 9.28 6.97 -
YUV 63.45 132.83 204.71 -
System Red Green Blue C M Y K H S L
Decimal 171 7 72 0 0.96 0.58 0.33 336.22 0.92 0.35
Hex AB 7 48 0 60 3A 21 150 5C 23
Octal 253 7 110 0 140 72 41 520 134 43
Binary 10101011 111 1001000 0 1100000 111010 100001 101010000 1011100 100011

Color Harmonies of #AB0748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0748

Black with #AB0748

Text Example


Text Example

White with #AB0748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0748; }

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

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

background-color css

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

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

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

border-color css

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

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

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