Html Css Color HEX #AD0353 Jazzberry Jam

📋 copy color: '#AD0353'

red 173 ◦ green 3 ◦ blue 83

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

Shades of Jazzberry Jam #AD0353

Tints of Jazzberry Jam #AD0353

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.16%

 BLUE value IS 83 (32.81% from 255) = 32.05%

R = 66.8%
G = 1.16%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.52

 K value IS 0.32

RGB Variations

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

Color information

#AD0353 (or 0xAD0353) is known color: Jazzberry Jam. HEX triplet: AD, 03 and 53. RGB value is (173,3,83). Sum of RGB (Red+Green+Blue) = 173+3+83=259 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.80% from 259); Green value is 3 (1.56% from 255 or 1.16% from 259); Blue value is 83 (32.81% from 255 or 32.05% from 259); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0353 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0353 is #52FCAC. Grayscale: #3E3E3E. Windows color (decimal): -5438637 or 5440429. OLE color: 5440429.

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

Color convert

RGB 173 3 83 -
CMYK 0 0.98 0.52 0.32
HSL 331.76º 0.97% 0.35% -
HSV(B) 331.76º 0.98% 0.68% -
XYZ 18.83 9.57 9.04 -
YUV 62.95 139.32 206.5 -
System Red Green Blue C M Y K H S L
Decimal 173 3 83 0 0.98 0.52 0.32 331.76 0.97 0.35
Hex AD 3 53 0 62 34 20 14C 61 23
Octal 255 3 123 0 142 64 40 514 141 43
Binary 10101101 11 1010011 0 1100010 110100 100000 101001100 1100001 100011

Color Harmonies of #AD0353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0353

Black with #AD0353

Text Example


Text Example

White with #AD0353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0353; }

 p { color: rgb(173,3,83); }

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

background-color css

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

 a { background-color: rgb(173,3,83); }

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

border-color css

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

 span { border-color: rgb(173,3,83); }

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