Html Css Color HEX #AD0542 Jazzberry Jam

📋 copy color: '#AD0542'

red 173 ◦ green 5 ◦ blue 66

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

Shades of Jazzberry Jam #AD0542

Tints of Jazzberry Jam #AD0542

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.05%

 BLUE value IS 66 (26.17% from 255) = 27.05%

R = 70.9%
G = 2.05%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#AD0542 (or 0xAD0542) is known color: Jazzberry Jam. HEX triplet: AD, 05 and 42. RGB value is (173,5,66). Sum of RGB (Red+Green+Blue) = 173+5+66=244 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.90% from 244); Green value is 5 (2.34% from 255 or 2.05% from 244); Blue value is 66 (26.17% from 255 or 27.05% from 244); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0542 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0542 is #52FABD. Grayscale: #3E3E3E. Windows color (decimal): -5438142 or 4326829. OLE color: 4326829.

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

Color convert

RGB 173 5 66 -
CMYK 0 0.97 0.62 0.32
HSL 338.21º 0.94% 0.35% -
HSV(B) 338.21º 0.97% 0.68% -
XYZ 18.27 9.39 6 -
YUV 62.19 130.16 207.04 -
System Red Green Blue C M Y K H S L
Decimal 173 5 66 0 0.97 0.62 0.32 338.21 0.94 0.35
Hex AD 5 42 0 61 3E 20 152 5E 23
Octal 255 5 102 0 141 76 40 522 136 43
Binary 10101101 101 1000010 0 1100001 111110 100000 101010010 1011110 100011

Color Harmonies of #AD0542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0542

Black with #AD0542

Text Example


Text Example

White with #AD0542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0542; }

 p { color: rgb(173,5,66); }

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

background-color css

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

 a { background-color: rgb(173,5,66); }

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

border-color css

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

 span { border-color: rgb(173,5,66); }

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