Html Css Color HEX #AB0747 Jazzberry Jam

📋 copy color: '#AB0747'

red 171 ◦ green 7 ◦ blue 71

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

Shades of Jazzberry Jam #AB0747

Tints of Jazzberry Jam #AB0747

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 28.51%

R = 68.67%
G = 2.81%
B = 28.51%

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

#AB0747 (or 0xAB0747) is known color: Jazzberry Jam. HEX triplet: AB, 07 and 47. RGB value is (171,7,71). Sum of RGB (Red+Green+Blue) = 171+7+71=249 (32% of max value = 765). Red value is 171 (67.19% from 255 or 68.67% from 249); Green value is 7 (3.12% from 255 or 2.81% from 249); Blue value is 71 (28.12% from 255 or 28.51% from 249); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0747 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0747 is #54F8B8. Grayscale: #3F3F3F. Windows color (decimal): -5568697 or 4655019. OLE color: 4655019.

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

Color convert

RGB 171 7 71 -
CMYK 0 0.96 0.58 0.33
HSL 336.59º 0.92% 0.35% -
HSV(B) 336.59º 0.96% 0.67% -
XYZ 18.01 9.26 6.8 -
YUV 63.33 132.33 204.8 -
System Red Green Blue C M Y K H S L
Decimal 171 7 71 0 0.96 0.58 0.33 336.59 0.92 0.35
Hex AB 7 47 0 60 3A 21 151 5C 23
Octal 253 7 107 0 140 72 41 521 134 43
Binary 10101011 111 1000111 0 1100000 111010 100001 101010001 1011100 100011

Color Harmonies of #AB0747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0747

Black with #AB0747

Text Example


Text Example

White with #AB0747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0747; }

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

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

background-color css

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

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

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

border-color css

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

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

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