Html Css Color HEX #AB0540 Jazzberry Jam

📋 copy color: '#AB0540'

red 171 ◦ green 5 ◦ blue 64

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

Shades of Jazzberry Jam #AB0540

Tints of Jazzberry Jam #AB0540

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.08%

 BLUE value IS 64 (25.39% from 255) = 26.67%

R = 71.25%
G = 2.08%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AB0540 (or 0xAB0540) is known color: Jazzberry Jam. HEX triplet: AB, 05 and 40. RGB value is (171,5,64). Sum of RGB (Red+Green+Blue) = 171+5+64=240 (31% of max value = 765). Red value is 171 (67.19% from 255 or 71.25% from 240); Green value is 5 (2.34% from 255 or 2.08% from 240); Blue value is 64 (25.39% from 255 or 26.67% from 240); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0540 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0540 is #54FABF. Grayscale: #3D3D3D. Windows color (decimal): -5569216 or 4195755. OLE color: 4195755.

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

Color convert

RGB 171 5 64 -
CMYK 0 0.97 0.63 0.33
HSL 338.67º 0.94% 0.35% -
HSV(B) 338.67º 0.97% 0.67% -
XYZ 17.77 9.14 5.68 -
YUV 61.36 129.5 206.2 -
System Red Green Blue C M Y K H S L
Decimal 171 5 64 0 0.97 0.63 0.33 338.67 0.94 0.35
Hex AB 5 40 0 61 3F 21 153 5E 23
Octal 253 5 100 0 141 77 41 523 136 43
Binary 10101011 101 1000000 0 1100001 111111 100001 101010011 1011110 100011

Color Harmonies of #AB0540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0540

Black with #AB0540

Text Example


Text Example

White with #AB0540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0540; }

 p { color: rgb(171,5,64); }

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

background-color css

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

 a { background-color: rgb(171,5,64); }

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

border-color css

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

 span { border-color: rgb(171,5,64); }

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