Html Css Color HEX #AD0641 Jazzberry Jam

📋 copy color: '#AD0641'

red 173 ◦ green 6 ◦ blue 65

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

Shades of Jazzberry Jam #AD0641

Tints of Jazzberry Jam #AD0641

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 26.64%

R = 70.9%
G = 2.46%
B = 26.64%

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

#AD0641 (or 0xAD0641) is known color: Jazzberry Jam. HEX triplet: AD, 06 and 41. RGB value is (173,6,65). Sum of RGB (Red+Green+Blue) = 173+6+65=244 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.90% from 244); Green value is 6 (2.73% from 255 or 2.46% from 244); Blue value is 65 (25.78% from 255 or 26.64% from 244); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0641 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0641 is #52F9BE. Grayscale: #3E3E3E. Windows color (decimal): -5437887 or 4261549. OLE color: 4261549.

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

Color convert

RGB 173 6 65 -
CMYK 0 0.97 0.62 0.32
HSL 338.8º 0.93% 0.35% -
HSV(B) 338.8º 0.97% 0.68% -
XYZ 18.25 9.4 5.85 -
YUV 62.66 129.33 206.7 -
System Red Green Blue C M Y K H S L
Decimal 173 6 65 0 0.97 0.62 0.32 338.8 0.93 0.35
Hex AD 6 41 0 61 3E 20 153 5D 23
Octal 255 6 101 0 141 76 40 523 135 43
Binary 10101101 110 1000001 0 1100001 111110 100000 101010011 1011101 100011

Color Harmonies of #AD0641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0641

Black with #AD0641

Text Example


Text Example

White with #AD0641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0641; }

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

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

background-color css

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

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

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

border-color css

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

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

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