#AD114B

Color #AD114B Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #AD114B

Tints of Jazzberry Jam #AD114B

Color information

#AD114B (or 0xAD114B) is unknown color: approx Jazzberry Jam. HEX triplet: AD, 11 and 4B. RGB value is (173,17,75). Sum of RGB (Red+Green+Blue) = 173+17+75=265 (35% of max value = 765). Red value is 173 (67.97% from 255 or 65.28% from 265); Green value is 17 (7.03% from 255 or 6.42% from 265); Blue value is 75 (29.69% from 255 or 28.30% from 265); Max value from RGB is 173 - color contains mainly: red. Hex color #AD114B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD114B is #52EEB4. Grayscale: #464646. Windows color (decimal): -5435061 or 4919725. OLE color: 4919725.

HSL color Cylindrical-coordinate representation of color #AD114B: hue angle of 337.69º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD114B is Cyan = 0, Magento = 0.90, Yellow = 0.57 and Black (K on CMYK) = 0.32.

Color convert

RGB1731775-
CMYK00.900.570.32
HSL337.69º82.11%37.25%-
HSV(B)337.69º90.17%67.84%-
XYZ18.79.797.56-
YUV70.26130.68201.28-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 65.28%
GREEN value IS 17 (7.03% from 255) = 6.42%
BLUE value IS 75 (29.69% from 255) = 28.30%
R=65.28%
G=6.42%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.57
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173177500.900.570.32337.6982.1137.25
HexAD114B05A39201525225
Octal255211130132714052212245
Binary10101101100011001011010110101110011000001010100101010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD114B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD114B; }

 p { color: rgb(173,17,75); }

 H1.HeaderClassName
 {
   color: #AD114B;
 }
 .AnyTagClassName
 {
   color: #AD114B;
 }
</style>
background-color css

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

 a { background-color: rgb(173,17,75); }

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

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

 span { border-color: rgb(173,17,75); }

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