Html Css Color HEX #AD0645 Jazzberry Jam

📋 copy color: '#AD0645'

red 173 ◦ green 6 ◦ blue 69

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

Shades of Jazzberry Jam #AD0645

Tints of Jazzberry Jam #AD0645

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 27.82%

R = 69.76%
G = 2.42%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.60

 K value IS 0.32

RGB Variations

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

Color information

#AD0645 (or 0xAD0645) is known color: Jazzberry Jam. HEX triplet: AD, 06 and 45. RGB value is (173,6,69). Sum of RGB (Red+Green+Blue) = 173+6+69=248 (32% of max value = 765). Red value is 173 (67.97% from 255 or 69.76% from 248); Green value is 6 (2.73% from 255 or 2.42% from 248); Blue value is 69 (27.34% from 255 or 27.82% from 248); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0645 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0645 is #52F9BA. Grayscale: #3F3F3F. Windows color (decimal): -5437883 or 4523693. OLE color: 4523693.

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

Color convert

RGB 173 6 69 -
CMYK 0 0.97 0.60 0.32
HSL 337.37º 0.93% 0.35% -
HSV(B) 337.37º 0.97% 0.68% -
XYZ 18.37 9.44 6.48 -
YUV 63.12 131.33 206.38 -
System Red Green Blue C M Y K H S L
Decimal 173 6 69 0 0.97 0.60 0.32 337.37 0.93 0.35
Hex AD 6 45 0 61 3C 20 151 5D 23
Octal 255 6 105 0 141 74 40 521 135 43
Binary 10101101 110 1000101 0 1100001 111100 100000 101010001 1011101 100011

Color Harmonies of #AD0645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0645

Black with #AD0645

Text Example


Text Example

White with #AD0645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0645; }

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

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

background-color css

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

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

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

border-color css

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

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

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