#AD0C4D

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

Shades of Jazzberry Jam #AD0C4D

Tints of Jazzberry Jam #AD0C4D

Color information

#AD0C4D (or 0xAD0C4D) is unknown color: approx Jazzberry Jam. HEX triplet: AD, 0C and 4D. RGB value is (173,12,77). Sum of RGB (Red+Green+Blue) = 173+12+77=262 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.03% from 262); Green value is 12 (5.08% from 255 or 4.58% from 262); Blue value is 77 (30.47% from 255 or 29.39% from 262); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0C4D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0C4D is #52F3B2. Grayscale: #434343. Windows color (decimal): -5436339 or 5049517. OLE color: 5049517.

HSL color Cylindrical-coordinate representation of color #AD0C4D: hue angle of 335.78º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AD0C4D is Cyan = 0, Magento = 0.93, Yellow = 0.55 and Black (K on CMYK) = 0.32.

Color convert

RGB1731277-
CMYK00.930.550.32
HSL335.78º87.03%36.27%-
HSV(B)335.78º93.06%67.84%-
XYZ18.79.687.9-
YUV67.55133.34203.21-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 66.03%
GREEN value IS 12 (5.08% from 255) = 4.58%
BLUE value IS 77 (30.47% from 255) = 29.39%
R=66.03%
G=4.58%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.55
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173127700.930.550.32335.7887.0336.27
HexADC4D05D37201505724
Octal255141150135674052012744
Binary1010110111001001101010111011101111000001010100001010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD0C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD0C4D; }

 p { color: rgb(173,12,77); }

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

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

 a { background-color: rgb(173,12,77); }

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

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

 span { border-color: rgb(173,12,77); }

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