Html Css Color HEX #AB1044 Jazzberry Jam

📋 copy color: '#AB1044'

red 171 ◦ green 16 ◦ blue 68

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

Shades of Jazzberry Jam #AB1044

Tints of Jazzberry Jam #AB1044

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.27%

 BLUE value IS 68 (26.95% from 255) = 26.67%

R = 67.06%
G = 6.27%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.60

 K value IS 0.33

RGB Variations

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

Color information

#AB1044 (or 0xAB1044) is known color: Jazzberry Jam. HEX triplet: AB, 10 and 44. RGB value is (171,16,68). Sum of RGB (Red+Green+Blue) = 171+16+68=255 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.06% from 255); Green value is 16 (6.64% from 255 or 6.27% from 255); Blue value is 68 (26.95% from 255 or 26.67% from 255); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1044 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1044 is #54EFBB. Grayscale: #444444. Windows color (decimal): -5566396 or 4460715. OLE color: 4460715.

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

Color convert

RGB 171 16 68 -
CMYK 0 0.91 0.60 0.33
HSL 339.87º 0.83% 0.37% -
HSV(B) 339.87º 0.91% 0.67% -
XYZ 18.02 9.45 6.34 -
YUV 68.27 127.85 201.27 -
System Red Green Blue C M Y K H S L
Decimal 171 16 68 0 0.91 0.60 0.33 339.87 0.83 0.37
Hex AB 10 44 0 5B 3C 21 154 53 25
Octal 253 20 104 0 133 74 41 524 123 45
Binary 10101011 10000 1000100 0 1011011 111100 100001 101010100 1010011 100101

Color Harmonies of #AB1044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1044

Black with #AB1044

Text Example


Text Example

White with #AB1044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1044; }

 p { color: rgb(171,16,68); }

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

background-color css

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

 a { background-color: rgb(171,16,68); }

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

border-color css

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

 span { border-color: rgb(171,16,68); }

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