Html Css Color HEX #AD1047 Jazzberry Jam

📋 copy color: '#AD1047'

red 173 ◦ green 16 ◦ blue 71

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

Shades of Jazzberry Jam #AD1047

Tints of Jazzberry Jam #AD1047

RGB

 RED value IS 173 (67.97% from 255) = 66.54%

 GREEN value IS 16 (6.64% from 255) = 6.15%

 BLUE value IS 71 (28.13% from 255) = 27.31%

R = 66.54%
G = 6.15%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.59

 K value IS 0.32

RGB Variations

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

Color information

#AD1047 (or 0xAD1047) is known color: Jazzberry Jam. HEX triplet: AD, 10 and 47. RGB value is (173,16,71). Sum of RGB (Red+Green+Blue) = 173+16+71=260 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.54% from 260); Green value is 16 (6.64% from 255 or 6.15% from 260); Blue value is 71 (28.12% from 255 or 27.31% from 260); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1047 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1047 is #52EFB8. Grayscale: #454545. Windows color (decimal): -5435321 or 4657325. OLE color: 4657325.

HSL color Cylindrical-coordinate representation of color #AD1047: hue angle of 338.98º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD1047 is Cyan = 0, Magento = 0.91, Yellow = 0.59 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 16 71 -
CMYK 0 0.91 0.59 0.32
HSL 338.98º 0.83% 0.37% -
HSV(B) 338.98º 0.91% 0.68% -
XYZ 18.56 9.71 6.86 -
YUV 69.21 129.01 202.03 -
System Red Green Blue C M Y K H S L
Decimal 173 16 71 0 0.91 0.59 0.32 338.98 0.83 0.37
Hex AD 10 47 0 5B 3B 20 153 53 25
Octal 255 20 107 0 133 73 40 523 123 45
Binary 10101101 10000 1000111 0 1011011 111011 100000 101010011 1010011 100101

Color Harmonies of #AD1047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1047

Black with #AD1047

Text Example


Text Example

White with #AD1047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1047; }

 p { color: rgb(173,16,71); }

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

background-color css

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

 a { background-color: rgb(173,16,71); }

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

border-color css

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

 span { border-color: rgb(173,16,71); }

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