#AD043F

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

Shades of Jazzberry Jam #AD043F

Tints of Jazzberry Jam #AD043F

Color information

#AD043F (or 0xAD043F) is unknown color: approx Jazzberry Jam. HEX triplet: AD, 04 and 3F. RGB value is (173,4,63). Sum of RGB (Red+Green+Blue) = 173+4+63=240 (31% of max value = 765). Red value is 173 (67.97% from 255 or 72.08% from 240); Green value is 4 (1.95% from 255 or 1.67% from 240); Blue value is 63 (25% from 255 or 26.25% from 240); Max value from RGB is 173 - color contains mainly: red. Hex color #AD043F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD043F is #52FBC0. Grayscale: #3D3D3D. Windows color (decimal): -5438401 or 4129965. OLE color: 4129965.

HSL color Cylindrical-coordinate representation of color #AD043F: hue angle of 339.05º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD043F is Cyan = 0, Magento = 0.98, Yellow = 0.64 and Black (K on CMYK) = 0.32.

Color convert

RGB173463-
CMYK00.980.640.32
HSL339.05º95.48%34.71%-
HSV(B)339.05º97.69%67.84%-
XYZ18.179.335.55-
YUV61.26128.99207.7-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 72.08%
GREEN value IS 4 (1.95% from 255) = 1.67%
BLUE value IS 63 (25% from 255) = 26.25%
R=72.08%
G=1.67%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.64
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17346300.980.640.32339.0595.4834.71
HexAD43F06240201535f23
Octal25547701421004052313743
Binary101011011001111110110001010000001000001010100111011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD043F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD043F; }

 p { color: rgb(173,4,63); }

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

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

 a { background-color: rgb(173,4,63); }

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

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

 span { border-color: rgb(173,4,63); }

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