Html Css Color HEX #AB0750 Jazzberry Jam

📋 copy color: '#AB0750'

red 171 ◦ green 7 ◦ blue 80

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

Shades of Jazzberry Jam #AB0750

Tints of Jazzberry Jam #AB0750

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 31.01%

R = 66.28%
G = 2.71%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#AB0750 (or 0xAB0750) is known color: Jazzberry Jam. HEX triplet: AB, 07 and 50. RGB value is (171,7,80). Sum of RGB (Red+Green+Blue) = 171+7+80=258 (34% of max value = 765). Red value is 171 (67.19% from 255 or 66.28% from 258); Green value is 7 (3.12% from 255 or 2.71% from 258); Blue value is 80 (31.64% from 255 or 31.01% from 258); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0750 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0750 is #54F8AF. Grayscale: #404040. Windows color (decimal): -5568688 or 5244843. OLE color: 5244843.

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

Color convert

RGB 171 7 80 -
CMYK 0 0.96 0.53 0.33
HSL 333.29º 0.92% 0.35% -
HSV(B) 333.29º 0.96% 0.67% -
XYZ 18.32 9.39 8.44 -
YUV 64.36 136.83 204.06 -
System Red Green Blue C M Y K H S L
Decimal 171 7 80 0 0.96 0.53 0.33 333.29 0.92 0.35
Hex AB 7 50 0 60 35 21 14D 5C 23
Octal 253 7 120 0 140 65 41 515 134 43
Binary 10101011 111 1010000 0 1100000 110101 100001 101001101 1011100 100011

Color Harmonies of #AB0750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0750

Black with #AB0750

Text Example


Text Example

White with #AB0750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0750; }

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

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

background-color css

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

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

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

border-color css

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

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

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