Html Css Color HEX #AD0642 Jazzberry Jam

📋 copy color: '#AD0642'

red 173 ◦ green 6 ◦ blue 66

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

Shades of Jazzberry Jam #AD0642

Tints of Jazzberry Jam #AD0642

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.45%

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

R = 70.61%
G = 2.45%
B = 26.94%

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

#AD0642 (or 0xAD0642) is known color: Jazzberry Jam. HEX triplet: AD, 06 and 42. RGB value is (173,6,66). Sum of RGB (Red+Green+Blue) = 173+6+66=245 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.61% from 245); Green value is 6 (2.73% from 255 or 2.45% from 245); Blue value is 66 (26.17% from 255 or 26.94% from 245); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0642 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0642 is #52F9BD. Grayscale: #3E3E3E. Windows color (decimal): -5437886 or 4327085. OLE color: 4327085.

HSL color Cylindrical-coordinate representation of color #AD0642: hue angle of 338.44º degrees, saturation: 0.93, 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 #AD0642 is Cyan = 0, Magento = 0.97, Yellow = 0.62 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 6 66 -
CMYK 0 0.97 0.62 0.32
HSL 338.44º 0.93% 0.35% -
HSV(B) 338.44º 0.97% 0.68% -
XYZ 18.28 9.41 6.01 -
YUV 62.77 129.83 206.62 -
System Red Green Blue C M Y K H S L
Decimal 173 6 66 0 0.97 0.62 0.32 338.44 0.93 0.35
Hex AD 6 42 0 61 3E 20 152 5D 23
Octal 255 6 102 0 141 76 40 522 135 43
Binary 10101101 110 1000010 0 1100001 111110 100000 101010010 1011101 100011

Color Harmonies of #AD0642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0642

Black with #AD0642

Text Example


Text Example

White with #AD0642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0642; }

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

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

background-color css

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

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

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

border-color css

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

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

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