Html Css Color HEX #AD0145 Jazzberry Jam

📋 copy color: '#AD0145'

red 173 ◦ green 1 ◦ blue 69

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

Shades of Jazzberry Jam #AD0145

Tints of Jazzberry Jam #AD0145

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.41%

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

R = 71.19%
G = 0.41%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.60

 K value IS 0.32

RGB Variations

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

Color information

#AD0145 (or 0xAD0145) is known color: Jazzberry Jam. HEX triplet: AD, 01 and 45. RGB value is (173,1,69). Sum of RGB (Red+Green+Blue) = 173+1+69=243 (32% of max value = 765). Red value is 173 (67.97% from 255 or 71.19% from 243); Green value is 1 (0.78% from 255 or 0.41% from 243); Blue value is 69 (27.34% from 255 or 28.40% from 243); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0145 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0145 is #52FEBA. Grayscale: #3C3C3C. Windows color (decimal): -5439163 or 4522413. OLE color: 4522413.

HSL color Cylindrical-coordinate representation of color #AD0145: hue angle of 336.28º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AD0145 is Cyan = 0, Magento = 0.99, Yellow = 0.60 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 1 69 -
CMYK 0 0.99 0.60 0.32
HSL 336.28º 0.99% 0.34% -
HSV(B) 336.28º 0.99% 0.68% -
XYZ 18.32 9.34 6.47 -
YUV 60.18 132.98 208.47 -
System Red Green Blue C M Y K H S L
Decimal 173 1 69 0 0.99 0.60 0.32 336.28 0.99 0.34
Hex AD 1 45 0 63 3C 20 150 63 22
Octal 255 1 105 0 143 74 40 520 143 42
Binary 10101101 1 1000101 0 1100011 111100 100000 101010000 1100011 100010

Color Harmonies of #AD0145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0145

Black with #AD0145

Text Example


Text Example

White with #AD0145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0145; }

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

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

background-color css

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

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

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

border-color css

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

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

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